Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Rounds the values in its first argument to the specified number of decimal places.

Syntax

...

Code Block
Int( Numeric_Expression )

Arguments

Numeric_Expression

MDX expression that returns a number.

Example:

 Int(1.23) will return 1