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 node: DecimalNode

Year

Value

2025

-24.5

2026

95

2027

0

Formula

ABS('DecimalNode')

Year

→ ABS Result

2025

24.5

2026

95

2027

0

JavaScript errors detected

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

If this problem persists, please contact our support.