Versions Compared

Key

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

Description:

This function provides the absolute value of the given value.

...

Return Type:

SCALAR

Parameters:

Parameter

Description

Numeric_Expression

Numeric expression to apply the mathematical ABSs operation to.

Example

Code Block
languagejava
WITH MEMBER [Measures].[Result] AS ABS([Measures].[Sales]) SELECT [Measures].[Result] ON 0 FROM [AdventureWorksMF]