How to hide Panel based on 8 choice fields

  • 6 April 2021
  • 1 reply
  • 9 views

Badge +4

I have 8 Choice fields, all have "Yes" and "No" as choices.  I need to hide a Panel when any of the 8 Choice fields have a value of "Yes". 

 

Is this possible?


1 reply

Badge +11
@jambou You can use the name of the Yes/No control to validate true.

E.g Namecontrol1||Namecontrol2||Namecontrol3...
or Namecontrol1&&Namecontrol2&&Namecontrol3...

Reply