I'm building out a form for our HR department and I'm having some issues getting a rule to function correctly. I have have drop down control that's connected to a choice column named Type of Search with 3 options
- Full
- Limited
- Emergency
I have some controls in a panel that will only be used for Full or Limited searches so I'm trying to configure a rule to hide the panel. I've tried the following syntax
- or(TypeofSearch!="Full, Type of Search!="Limited")
- TypeofSearch!="Full|||Type of Search!="Limited"
- TypeofSearch!="Full"||"Limited"
All result in the panel being hidden, but doesn't show when Limited or Full is selected
I have another panel that is hidden unless TypeofSearch equals Emergency which works fine.
I'm new to Nintex, so I'm sure I'm missing something simple. Any suggestions? Thanks!