Skip to main content
Nintex Community Menu Bar

Hide Panel based on 3 seperate choice fields

  • June 25, 2020
  • 0 replies
  • 7 views

Forum|alt.badge.img+4

I have 3 choice fields (all radio buttons with options of Yes and No): Option1, Option2, Option3

I want to hide a panel when Option1=Yes, Option2=No and Option3=Yes

 

I have tried: and(Choice1!='Yes', Choice2!='No', Choice3!='Yes')

and I tried: (Choice1!='Yes', Choice2!='No', Choice3!='Yes')