See the supported connectors for Application Integration.

NAND function

NAND function

Function Name Description Usage Input parameter Return value
NAND Performs the logical NAND operation on the specified boolean values. NAND(value) A boolean value. A boolean.

Supported data type

The NAND function supports the following data type:

  • Boolean

Example: Find the NAND value of a boolean expression

Sample data: $var1$ = TRUE

Usage: $var1$.NAND(TRUE)

Find the NAND value of the boolean expression.

Output: FALSE

Recommendation