Skip to main content
Nintex Community Menu Bar

Rule with three conditions

  • December 4, 2018
  • 1 reply
  • 15 views

Forum|alt.badge.img+1

I have a form with a rule set to hide a panel on three different conditions.  The panel works correctly one the first two but not on the third. Am I doing something incorrect in my formula? not(or(ControlStatus=="Returned for Correction",ControlStatus=="New",ControlStatus=="Processing complete"))

1 reply

Forum|alt.badge.img+9
  • December 4, 2018

You can only use 2 logical arguments by an or runtime function. You may use nested or functions or use the following symbol which can be used as comparison operator: ||