Errors when rounding, and formatting as Number (Money) when values exceed certain threshold.
I am running a form with several calculations.
I have most if not all fields formatted to number, comma separator, $ symbol etc.
I have also added "event.value = util.printf("%,0.2f",event.value);" to round properly.
When the value of any field with "event.value = util.printf("%,0.2f",event.value);" is 1000 or above, I get the error: "The Value entered does not match the format of the field."
Is there any way around this error?
