Int
Rounds the values in its first argument to the specified number of decimal places.
Syntax
CODE
Int( Numeric_Expression )
Arguments
Numeric_Expression | MDX expression that returns a number. |
|---|
Example:
Int(1.23) will return 1
Rounds the values in its first argument to the specified number of decimal places.
Int( Numeric_Expression )
Numeric_Expression | MDX expression that returns a number. |
|---|
Int(1.23) will return 1