BETWEEN values condition in SWITCH node

How to check the between values condition in SWITCH node? The operator can only choose Larger than, Smaller than, Equal, but no BETWEEN can choose.

For example:
between 9000 and 11000 → output 0
between 19000 and 21000 → output 1
otherwise → output 2

Hi there,

You can do it like this

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.