NextGen Knowledge Center

CEILING Function

Use:Calculates the ceiling of the provided value.
Syntax:
{CEILING(<<value>>)}
Arguments:

<<value>>
    Numeric or decimal value
Returns:The rounds up to the integer.
Example:
{CEILING(7.2)}

Result: 8