RE: 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.