set_drillthrough_fields
Configure drill-through page filters by specifying carried fields as a JSON array. Optionally keep all incoming filters. Replaces existing drill-through field settings.
Instructions
Wire the CARRIED FIELDS of a DRILL-THROUGH page: fields = JSON array of {table,field}. Each becomes a drill-through page filter (so right-clicking that field elsewhere drills through to this page filtered to the value). keepAllFilters toggles the 'keep all filters' switch. Replaces any existing drill-through fields. Pair with set_page_type drillthrough / add_drillthrough.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | the drill-through page name or displayName | |
| fields | Yes | JSON array of {table,field} carried fields | |
| keepAllFilters | No | keep all incoming filters on drill-through | |
| reportSessionId | Yes |