Skip to main content

OR

Returns the first argument with a value; 0/None/False equate to no value

Example Usage

OR(ATTRIB(notification, SenderName), System) // sets the sender to System if not specified 

Overview

Function signature
OR(value1, value2, value3)

Category
Logical

Return data type
None

Arguments

NameDataTypeList Options                          Description
value1NoneThe first value to check
value2NoneThe alternate value to check
value3NoneAnother alternate to check