How do i set conditional for numeric range?

I have a custom state on the page, it can be a number from 1 - 50. I can not for the life of me figure out how to set the conditional state of a group to be visible if the custom state’s number is greater than 15 and less than 30.

How do I compose that conditional statement?

You would just do two expressions with and in between them like this: [your custom state] > 15 and [your custom state] < 30

never mind, that does work. I forgot to set the group to Visible. THANKS!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.