-
cannot get simple OR statement to work!
Thanks in advance Expression Wizards. Simplest thing… can’t get it to work without syntax errors. If either of three checkboxes is checked, need opacity change. I have:
a = comp(“USANA Ignition 2022 – Eng C – PH”).layer(“MASTER CONTROLS”).effect(“ENGLISH – PH”)(“Checkbox”).value;
b = comp(“USANA Ignition 2022 – Eng C – PH”).layer(“MASTER CONTROLS”).effect(“ENGLISH – HK & SG”)(“Checkbox”).value;
c = comp(“USANA Ignition 2022 – Eng C – PH”).layer(“MASTER CONTROLS”).effect(“ENGLISH – US CA ANZ”)(“Checkbox”).value;((a || b || c)=1)? 100 : 0