Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

Syntax

 Int( Numeric_Expression )

Arguments

Numeric_Expression
MDX expression that returns a number.

Example:

 Int(1.23) will return 1

  • No labels