IF_EQUAL
Test if two values are equal, and if so return one argument, else return another
Example Usage
IF_EQUAL("exempt", "non-exempt", {employee is exempt}, IF_EQUAL(..)) -> nested IF_EQUAL to compare multiple outcomes of a value
Overview
Function signature
IF_EQUAL()
Category
Logical
Return data type
None
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
None |