Share this topic
LinkedIn
Twitter
Copy URL
Is there a way to check if a value is between two values?
[ColumnsName]>100 works.
Is there a way to do something like this:
200>[ColumnsName]>100
or
[ColumnsName]>100 && [ColumnsName]<200
Thank you.
never-displayed