Or
Description
Checks if any values of the selected arguments are true (Boolean). If any of the argument's Boolean values are true, a true Boolean value is returned. If none of the argument's Boolean values are true, a false Boolean value is returned. A new column is created for the results.
A minimum of two arguments are required.
This is a formula function.
Use
- Argument:
- Select an argument. (Boolean)
- Click the arrow icon to display a Boolean checkbox.
- Check = true
- Unchecked = false
Argument:
- Select a second argument. (Boolean)
- Check = true
- Unchecked = false
- Select a second argument. (Boolean)
Optional: Add more additional arguments. (Boolean)
- Enter an output field name.
Example
Boolean value 1 | Boolean value 2 | Or() returns |
---|---|---|
true | false | true |
false | false | false |
true | true | true |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_Or" to see an example of this function.