Configuration Page

Hidden Configuration Page with slicers

Build

Featured Image

Overview

Features

Prompts

Troubleshooting

Key Features

Report pages get crowded when every slicer lives on the canvas alongside your charts. The common fix — a separate filter page — requires a specific set of wired-up parts: a hidden page, slicer clones synced to the originals, custom image buttons with default and hover icon states, a Filters bookmark, and the correct syncGroup properties in every slicer's JSON. Getting the sync wrong means selections on the config page don't filter the main page. Getting the icon registration wrong means buttons show broken images. Building it manually means 30–60 minutes of JSON editing per report. This skill does it from a single command.

How it works

Type /config-page, specify the main page and which slicers to move, and the skill sets up everything:

  1. Creates a new hidden page (HiddenInViewMode) with the same dimensions as the main page

  2. Clones each specified slicer onto the config page — centered, stacked vertically — and wires syncGroup so they stay in sync with the hidden originals on the main page

  3. Hides the original slicers on the main page (isHidden: true) so they continue filtering without appearing on the canvas

  4. Registers the filter and back button icon SVGs into StaticResources/RegisteredResources/

  5. Creates a filter button on the main page (custom default/hover images, navigates to the config page) and a back button on the config page (returns to the main page)

  6. Captures a Filters bookmark of the config panel state

What you get

  • Hidden config page — same canvas dimensions, invisible in View mode, accessible via the filter button

  • Slicer clones — one copy per slicer on the config page, centered, synced to the hidden originals

  • Hidden originals — remain on the main page applying filters to all visuals, invisible to report consumers

  • Filter button — on the main page, custom SVG icons for default and hover states, navigates to the config page

  • Back button — on the config page, returns to the main page without overwriting slicer selections

  • Filters bookmark — captures the display state of the config panel

  • Sync pairs table — printed at the end, showing which main-page slicer maps to which config-page clone and its sync group name

Tool Information

Price

20 USD

Category

Build

Version