Rule with three conditions

  • 4 December 2018
  • 1 reply
  • 1 view

Badge +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

Badge +9

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: ||

Reply