See the supported connectors for Application Integration.
NOR function
NOR
function
Function Name | Description | Usage | Input parameter | Return value |
---|---|---|---|---|
NOR |
Performs the logical NOR operation on the specified boolean values. | NOR(value) |
A boolean value. | A boolean. |
Supported data type
The NOR
function supports the following data type:
- Boolean
Example: Find the NOR value of a boolean expression
Sample data: $var1$ = FALSE
Usage: $var1$.NOR(FALSE)
Output: TRUE
Recommendation
- Learn how to add and configure a Data Mapping task