Rounding can be done using the round() function with any calculated field that is outputting a number. The round() function requires two conditions: the field you wish to round and the number of spaces after the decimal:
round({NumberField}, 2) This will round to two places after the decimal.
Comments
1 comment
Hi Ken,
Rounding can be done using the round() function with any calculated field that is outputting a number. The round() function requires two conditions: the field you wish to round and the number of spaces after the decimal:
round({NumberField}, 2) This will round to two places after the decimal.
Regards,
Alex
Please sign in to leave a comment.