Hide based on different Y/N selections

  • 14 November 2018
  • 1 reply
  • 0 views

Badge +2

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


1 reply

Userlevel 6
Badge +16

Try something like this 

OR ( not(YNJobTitle) , not(AnotherCondition)

Reply