Home > Expression Operators > Logical Operators

Logical Operators

Click the name of an operator to learn more: 

#AND Returns 1 if LogicalValue1 and LogicalValue2 are both 1, otherwise 0.
   
#NOT Returns 1 if the logical value is 0; returns 0 if the logical value is 1.
   
#OR Returns 1 if LogicalValue1, LogicalValue2, or both equal 1; otherwise 0.