Format number on calculated field
Answered
I have a custom record with a calculated field. This number is showing up on the form with way to many digits to the right of the decimal point. How can I format it to just show 2?
Best answer
Making it a currency field will limit it to two decimals. However, you might need to use a Round() function. Not sure how you created the field but thought this might help.
Hi,
What type have you selected for the field? You probably want “Currency” in this instance.
Thanks,
Chris
You can use validade field to limit the decimal number,