set_drilldown
Set drill-down options on a visual's hierarchical axis: enable expand-to-next-level or drill-on-click. Requires at least one toggle to control user interaction with multi-level data.
Instructions
Set DRILL-DOWN behaviour on a visual with a drillable (hierarchy/multi-level) axis: expandToNextLevel (a click expands to the next level rather than drilling) and drillOnClick (single-click drills). Seeds the saved drill state (expansionStates). Set at least one toggle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | page name or displayName | |
| visual | Yes | visual name (from list_visuals) | |
| drillOnClick | No | single-click drills down | |
| reportSessionId | Yes | ||
| expandToNextLevel | No | expand to the next level on click |