I have a Nintex form and one field has 5 checkboxes where the user can make multiple selections:
Please select all that apply: [] red [] blue [] green [] yellow [] purple
If the user makes any selection that contains "purple" then i want another field to show asking for additional information.
I currently have my question field in a panel and this is the current rule for that panel: not(Colors == "purple")
Right now it works but only when "purple" is the only selection. I need a statement that says -- Only show if Colors[the checkbox field] equals any combination of choices containing purple. What's the correct syntax to use?