...
Example:
...
Panel | ||
---|---|---|
| ||
Iff |
The ‘Iff’ formula is used to evaluate a certain condition and then further
...
evaluates a formula based on how the condition is evaluated. Parameters include:
The condition to evaluate. This condition should evaluate to true or false
The logic to evaluate if the condition is true
The logic to evaluate if the condition is false
...