all_selected
Returns all selected values from the current context.
Syntax
all_selected(<table>)
| Parameter | Type | Description |
|---|---|---|
| table | Table | The table to operate on. |
Return values
Table
Usage
Returns all selected customer IDs from the current filter context.
all_selected(orders.customer_id)