ABS

数値の絶対値を返します。

使用例

ABS(Price Change)

構文

ABS( X )

パラメータ

  • X - フィールドか、1 つ以上のフィールドを含む式。

Example formula Input Output
ABS(Price Change) 45 45
ABS(Price Change) -45 45
ABS(Users + Bounces) Users : 10

Bounces : 20

30