Feature proposal #7844
closed
Implement support for grabbing param column values
Added by krileon almost 5 years ago.
Updated about 4 years ago.
Start date:
11 February 2020
Description
Currently if you need a value from a params column it's not possible to grab it since it does not parse the params into param objects to navigate. So for example the below is not supported.
Label Column: params_alt_label
Ideally in this case it should check params column and navigate into it for alt_label.
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented same extra string parser that cb auto actions uses allowing for significantly more reliable nested behavior. For example if your query selects the `params` column it will now parse into the nested params. Example as follows.
[column_params_language]
Even works for field group fields with the below example.
[column_cb_field_group_0_cb_text]
cb_field_group is the name of the field group field. 0 is the row (first row). cb_text is the name of the field in the field group.
- Status changed from Resolved to Closed
Also available in: Atom
PDF