Hello,
I have a panel with a field I would like to hide based on about 8 items on my dropdown of about 16 items.
If they select any of the items in my Condition (Rule) for the Dropdown "TypeofService" it should show. If they select any of the other ones not in my condition, it should hide the panel and on New Form Load.
I cannot seem to get it to work. I have tried all sorts of Conditions and this last one does the first 2 but not the rest.
Does first two:
and(TypeofService !='Type 1', TypeofService !='Type 2', TypeofService !='Type 3', TypeofService !='Type 4')
Others I have tried with no luck:
(TypeofService != 'Type 1') || (TypeofService != 'Type 2')
Help!
I have Nintex 2013 Forms and Workflows onPrem
Carrie.