And
Description
Compares all argument values. If all the selected argument's records are true, the true Boolean value is returned in a new column. If any of the argument's records are false, the false Boolean value is returned in new column.
A minimum of two arguments are required.
Use
- Arguments:
- Select at least two arguments. (Boolean)
Optional: Add more additional arguments. (Boolean)
- Enter an output field name.
Example
Boolean1 | Boolean2 | And() returns |
---|---|---|
true | true | true |
true | false | false |
false | false | false |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_And" to see an example of this function.