Skip to main content



Logical Functions

Logical FunctionDescription
AndReturns the logical AND of one or more expressions.
AndReturns the logical AND of one or more expressions.
NotThe Not function performs logical negation.
OrReturns the logical OR of one or more expressions.
OrReturns the logical OR of one or more expressions.
XorThe Xor function returns the logical exclusive OR of one or more expressions. The Xor operator requires two expressions.
XorThe Xor function returns the logical exclusive OR of one or more expressions. The Xor operator requires two expressions.