Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Less and greater expression

hot to express less and greater than in this condition:
5>= [Value] >= 2
which means it only can read if the input is 2,3,4,5

0 3 153
3 REPLIES 3

Try:
AND([Value] >= 2,[Value]<=5)

thanks

Steve
Platinum 5
Platinum 5

For reference:

Top Labels in this Space