Page 1 of 1

unformat number fields

Posted: Fri Mar 18, 2016 6:56 am
by jmendes
Hi,

I'm trying to make a pie chart using screen fields.

It works fine if the numbers in the fields are not formated, ex. 123 works fine, but when I have 1,234 it stops working.
Same if I want to make a result field with a subtraction. is there any simple way to remove the format, without having to toch the original screen?

Re: unformat number fields

Posted: Fri Mar 18, 2016 12:35 pm
by Glenn
Joao,

There are various JavaScript functions that you can use to convert the character string to numbers.

http://www.w3schools.com/js/js_number_methods.asp

Glenn