/
ABS
ABS
Description:
This function provides the absolute value of the given value.
Syntax:
ABS(Numeric_Expression)
Return Type:
SCALAR
Parameters:
Parameter | Description |
---|---|
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]
, multiple selections available,
Related content
AVG
AVG
More like this
AGGREGATE
AGGREGATE
More like this
BOTTOMPERCENT
BOTTOMPERCENT
More like this
CINT
CINT
More like this
ADDCALCULATEDMEMBERS
ADDCALCULATEDMEMBERS
More like this
CSTR
CSTR
More like this
Copyright Kyvos, Inc. All rights reserved.