Retaining Decimal Values
Comments
-
I have a requirement where all numbers need to be displayed with two decimal places. For example, 100 should be displayed as 100.00. How do I do this?
-
Hi,
To output a number showing two decimal places it depends on whether you are using a text box or number box as the form component to display this number.
If youre using a text box, then it can be configured by mapping the data by Merge Plain Text using the Merge Text Editor
[img]att2[/img]If youre using a number box, then it can be configured on the form component in the Form Designer
[img]att1[/img]
[i]edited by cameron@decisions.com on 3/24/2020[/i]