Hide Panel based on 3 seperate choice fields


Badge +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')

 

 

 


0 replies

Be the first to reply!

Reply