☝️Small business or a startup? See if you qualify for our special offer.
+

Wrong Formatting

Answered
Sri Thirumalai asked on July 17, 2025

Hello, 

   I have a text field whose value comes as "BW-11354", but the flex report shows as -11354. Can you please how to get around this ? 

 

 

 

Thanks

Sri

 

4 answers

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster July 18, 2025

Hello Sri,

Thank you for reaching out to us.

In such cases, Flexmonster behavior requires an explicit definition of field type. We recommend defining the field's data type using mapping. For example:

mapping: {
"Circuit ID": {
          type: "sting",
    },
}

You are welcome to check the following JSFiddle for reference: https://jsfiddle.net/flexmonster/vn7Lp8jx/.

Please let us know if it works for you. Looking forward to hearing your feedback.

Kind regards,
Nadia

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster August 21, 2025

Hello,

Hope you are having a great week.

We were wondering if you had a chance to try the suggested approach. Could you please let us know if our response helped?

Looking forward to hearing your feedback.

Kind regards,
Nadia

Public
Sri Thirumalai August 27, 2025

Hello - It worked well. Resolved the issue. Thanks

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster August 28, 2025

Hello,

Thank you for the feedback!

We are glad to hear that it works for you.

Do not hesitate to contact us if other questions arise.

Kind regards,
Nadia

Please login or Register to Submit Answer