sync_slicer
Sync a slicer's field and filter state across pages by assigning it to a sync group, ensuring consistent report filtering.
Instructions
Add a slicer to a SYNC GROUP so its field stays in sync across pages (slicers sharing a groupName sync). groupName defaults to the slicer's bound field. fieldChanges/filterChanges control what syncs (both default true). The slicer must also be PLACED on each page (use clone_visual) for it to appear there - this wires the sync, not the placement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | page name or displayName the slicer is on | |
| groupName | No | sync group name (omit = use the slicer's field name) | |
| fieldChanges | No | sync the field selection | |
| slicerVisual | Yes | the slicer visual name (from list_visuals) | |
| filterChanges | No | sync the filter state | |
| reportSessionId | Yes |