Hi everyone. I have a dropdown with four choices. I have two panels.
Choice A will show / unhide panel 1.
Choice B, C or D will show / unhide panel 2. B, C & D (all share the same panel input)
I have tried using a rule like this, but it only seems to take the first two into consideration:
not(or(contains(SourceType,'School / Community Agency'), contains(SourceType,'Family / Self'), contains(SourceType,'Medical / PCP')))
Medical / PCP doesn't work.
Any ideas on how to have more than two choices unhide a panel?