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.

Or also has a filter 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
  • Optional: Add more additional arguments. (Boolean)

  • Enter an output field name.

Example

Boolean value 1Boolean value 2Or() returns
truefalsetrue
falsefalsefalse
truetruetrue

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. 

Type

Formulas