apex_add_chart_drilldown
Add chart drilldown by capturing the clicked series label into a hidden item, then refreshing an Interactive Report to display filtered data.
Instructions
Add chart drilldown: click chart series → set hidden item → refresh IR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page ID. | |
| sequence | No | DA event sequence number. | |
| filter_column | Yes | The chart series/group column whose label is captured (informational — used in the DA name for clarity). | |
| target_item_name | Yes | Suffix for the hidden item that will store the clicked label. Auto-prefixed with ``P{page_id}_``. Must match the bind variable used in the detail IR SQL. | |
| chart_region_name | Yes | Name of the JET Chart region to listen on. The region must already exist on the page (created with ``apex_add_region(..., region_type="chart", ...)``. | |
| target_region_name | Yes | Name of the IR/IG region to refresh after the item is set. The region must already exist on the page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |