Logical functions

Apply logical functions to test conditions and return TRUE or FALSE results. These functions are commonly used to evaluate expressions, validate data, and build conditional logic in reports.

In this category

Function
Description

Returns TRUE only if all conditions are TRUE.

Returns TRUE if any condition is TRUE; returns FALSE only if all conditions are FALSE.

Returns the opposite logical value of the argument.

Returns TRUE if the number of satisfied conditions is odd, and FALSE if it is even.

Returns TRUE if the specified value exists in a list or array.

Returns TRUE if the specified value is blank or empty.

Returns TRUE if the specified value is blank or empty. It works similar to ISBLANK.

Returns TRUE if the specified value is a valid number.

Returns TRUE if the specified reference exists in the model.

Logical Operators

TITLE
OPERATORS
DESCRIPTION

AND

&&

Logical AND

OR

||

Logical OR

XOR

^

Logical Exclusive OR

Last updated

Was this helpful?