selected_value
Returns the selected value from the current filter context.
Syntax
selected_value(<column>, <defaultValue>)
| Parameter | Type | Description |
|---|---|---|
| column | any | The column to operate on. |
| defaultValue | any | The Defaultvalue value. |
Return values
Depends on input arguments.
Usage
Returns the selected order status from the current filter context.
selected_value(orders.status)