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
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