NextGen Knowledge Center

ROUND Function

Use:Rounds the provided value to the specified number of decimal places.
Syntax:
{ROUND( «value» ,«digits» )} 
Arguments:

«value»
    Numeric or decimal value to be rounded
«digits»
    Number or decimal places to round
Returns:The rounded decimal value.
Example:
{ROUND(76.456, 1)}

Result: 76.5