To get detailed information about a function, click its name in the first column.
| Function | Description |
|---|---|
| AND function | Returns TRUE if all of its arguments are TRUE |
| EQUALS function | Compares two values or expressions and returns TRUE if they are equal, and FALSE if they are not |
| IF function | Specifies a logical test to perform |
| ISNULL Function | Returns a Boolean value that indicates whether an expression contains no valid data (Null) |
| NOT function | Reverses the logic of its argument |
| ISNOTNULL Function | Returns a Boolean value that indicates whether an expression contains valid data (Null) |
| OR function | Returns TRUE if any argument is TRUE |
| SWITCH function | Evaluates an expression against a list of values and returns the result corresponding to the first matching value. If there is no match, an optional default value may be returned. |