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