Formatting Decimal numbers

1
Hi All, I would like to format the user given decimal number to dutch style(50.000,34) in input field by using this method. parseDecimal(formatDecimal($StaticLabels/DutchFormat,'#.###,##'))  but it is giving me the error in the UI “An error has occurred that might have been caused by fast reload. Refresh the page to fix it.” can someone helpme?
asked
1 answers
2

Do you see any details on the Console? Mostly there should be an error descirption there. Also, you could chek the javascript console for issues, but this looks more like an expection in the Mx Model console.

answered