=!EQUALS (Does Not Equal)
The !EQUALS function evaluates the contents of a process field and returns true when the field value does not match any of the specified comparison values.
Syntax
Section titled “Syntax”=!EQUALS(FieldToken;Value1;Value2;Value3;...)Parameters
Section titled “Parameters”-
FieldToken
The process field you want to evaluate. -
Value1, Value2, Value3, …
One or more values to compare against.
Each value must be separated by a semicolon (;).
How It Works
Section titled “How It Works”-
The function checks whether the value in the specified field is not equal to all listed values.
-
If the field value matches any of the listed values, the function evaluates to false.
-
If the field value matches none of the listed values, the function evaluates to true.
Usage Notes
Section titled “Usage Notes”-
You can include as many comparison values as needed.
-
All comparisons are evaluated within the same set of parentheses.
-
Semicolons (;) must be used to separate values.
Example
Section titled “Example”
Keywords
Section titled “Keywords”!EQUALS, does not equal, not equal function, formula function, conditional logic, field comparison, process field validation, workflow formulas, boolean function