Skip to main content
Nintex Community Menu Bar

Hide based on different Y/N selections

  • November 14, 2018
  • 1 reply
  • 5 views

Forum|alt.badge.img+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

Forum|alt.badge.img+16
  • November 14, 2018

Try something like this 

OR ( not(YNJobTitle) , not(AnotherCondition)