ROUND Operation
How to use the ROUND operation for Computed Attributes
Definition
The ROUND operation will round a number to a specified decimal place using normal rounding rules.
Example
ROUND(15.9952, 2)
Result:
16.00
Syntax Guide
ROUND(value, [places])
value - The value to round to places number of places
places - [ OPTIONAL - 0 by default ] - The number of decimal places to which to round
places may be negative, in which case value is rounded at the specified number of digits to the left of the decimal point