Skip to main content
Skip table of contents

ABS

Overview

Description

Returns the absolute value for each value in the input node.

Syntax

ABS(Node)

Parameter

Node: Input node, specified using the node name in single quotes (e.g. 'Profit')

Example

Input DecimalNode =

Year

Value

2019

-24.5

2020

95

2021

0


Output ABS('DecimalNode') =

Year

Value

2019

24.5

2020

95

2021

0


Contact

You may contact the Valsight Customer Support via:

+49 30 46799042

support@valsight.com

Availability: Mon-Fri *, 9 AM to 5 PM (Berlin, Germany) .

*Except Public holidays in Berlin, Germany.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.