Studio Pro 8 has reached its end of support. To upgrade to a supported version, see Moving from Mendix Studio Pro 8 to 9.

Studio Pro 8 has reached its end of support. To upgrade to a supported version, see Moving from Mendix Studio Pro 8 to 9.

OQL ROUND

Last modified: August 27, 2024

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.