Skip to main content
Skip table of contents

NOT (!)

Basic Overview

Description

Inverts the input values with the logical 'not' operation. If the inputs is true (non-zero), false (0) is returned, true (1) otherwise.

Syntax

NOT(Node)

Parameter

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

Example

Input A =

Year

Value

2019

400

2020

0

2021

850

2022

500


Output NOT('A') =

Year

Value

2019

0

2020

1

2021

0

2022

0


FAQs

Frequently asked questions can be found here

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.