Dynamic
Operation | Format | Description | Example |
---|---|---|---|
Conditional Value |
| Compares a variable to a set of condition-result pairs and returns the corresponding result when the variable matches a condition (also known as a "switch" function). If the variable does not match any of the conditions, the default value is returned. | Input: Result: If |
Subtract |
| Difference between two values. | Input: Result: |
Sum |
| Sum of two values. | Input: Result: |
Text Analysis |
| Compares a variable to a set of expression-result pairs and returns the corresponding result when the variable matches an expression (also known as a "switch" function). If the variable does not match any of the expressions, the ( | Input: Result: |