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

« Previous Version 2 Current »

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

Syntax

Round( Numeric_Expression, Integer )

Arguments

Numeric_Expression

MDX expression that returns a number.

Integer

Integer number to specify decimal places.

Example:

 Round(0.005, 2) will return 0.01

  • No labels