Skip to main content

Hello, I'm building a form where I'd like to hide panels based on 2 different selections. If one Y/N function is selected, then I want the panels to be visible, however if this is not selected and a different Y/N function is selected then it is also visible.

I've used the basic =not(YNJobTitle) but I want to add or in there somewhere.

Any suggestions?

Thanks

Try something like this 

OR ( not(YNJobTitle) , not(AnotherCondition)


Reply