Case (if/else)
This common method utilizes if-then-else logic, assigning a result when the corresponding condition evaluates to true, otherwise assigning the final ("else") result –> learn more
Return type
dynamic (input-dependent)
Parameters
Name | Type | Allowed values | Required | Placeholder (in UI) |
---|---|---|---|---|
| (nested) conditions – like those used in a Filter | any Redivis type | true | - |
| any Redivis type | true | (Variable or value) | |
| any Redivis type | true | (Variable or value) |
Last updated