If you would like to upgrade to a newer long-term support version of Studio Pro, see Upgrading from Mendix Studio Pro 9 to 10.
If you would like to upgrade to a newer long-term support version of Studio Pro, see Upgrading from Mendix Studio Pro 9 to 10.
OQL ROUND
Last modified: August 27, 2024
Description
The ROUND function rounds a given numeric expression.
Syntax
The syntax is as follows:
ROUND ( numeric_expression , length )numeric_expression
numeric_expression specifies the expression which must be rounded. This expression must be a numeric expression.
If
numeric_expression is NULL (empty), the function will return NULL.
length
length specifies the amount of decimals to which the expression must be rounded.