Skip to main content

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"))

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