Logical Functions
This applies to: Visual Data Discovery
| Operator | Description |
|---|---|
| AND | Evaluates to TRUE if both boolean expressions are TRUE. |
| BETWEEN | Evaluates to TRUE if the operand is within a range. |
| IN | Evaluates to TRUE if the operand is equal to one of a list of expressions. |
| NOT | Reverses the value of any other Boolean operator. |
| OR | Evaluates to TRUE if either boolean expression is TRUE. |