Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 3 Next »

Description: This function provides the absolute value of the given value.

Syntax:
ABS(Numeric_Expression)

Return Type:

SCALAR

Parameters:
Numeric_Expression

Numeric expression to apply the mathematical ABSs operation to.

Example

WITH MEMBER [Measures].[Result] AS ABS([Measures].[Sales]) SELECT [Measures].[Result] ON 0 FROM [AdventureWorksMF]
  • No labels