FALSE function
This topic describes the formula syntax and usage of the FALSE function in the Data Quality Execute Formula transform.
Description
Returns the logical value FALSE.
Note
- You can also type the word FALSE directly into the formula, which Data Integrity Suite interprets as the logical value FALSE.
Syntax
FALSE()
The FALSE function syntax has no arguments.
Example
Formula | Description | Result |
---|---|---|
FALSE() |
False function returns FALSE. | FALSE |
FALSE |
FALSE is interpreted as FALSE. | FALSE |