Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

OQL ROUND

Last modified: August 2, 2022

The ROUND function rounds a given numeric expression.

The syntax is as following:

ROUND ( numeric_expression , length )

numeric_expression Specifies the expression which must be rounded. This expression must be a numeric expression.

length Specifies the amount of decimals to which the expression must be rounded.