Not
Description
Returns the opposite Boolean value in a new field.
A similar function to return the complement of a numeric value is Not.
Use
- Input field:
- Select an argument. (Boolean)
- Output field name:
- Enter an Output field name.
Example
Boolean value | Not() returns |
---|---|
true | false |
false | true |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_Not" to see an example of this function.