Project

General

Profile

Actions

Feature proposal #7844

closed

Implement support for grabbing param column values

Added by krileon about 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
11 February 2020
Due date:
% Done:

100%

Estimated time:

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.

Actions #1

Updated by krileon over 3 years ago

  • 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.

Actions #2

Updated by krileon over 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF