Skip to main content
Skip table of contents

LTE (<=)

Basic Overview

Description

If the matching row on the first input is less than or equal to the matching in the second input, true (1) is returned, false (0) otherwise. Undefined values are treated as false (0).

Syntax

  • LTE(Node1, Node2)

  • 'Node1' < 'Node2'

Parameter

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

Example

Input A =

Year

Value

2019

400

2020

700

2021

850

2022

500

Input B =

Year

Value

2019

350

2020

400

2021

850

2022

600

Output LTE('A','B') =

Year

Value

2019

0

2020

0

2021

1

2022

1


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.