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"))
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.