Widget Interactions & Data Export
Widget Interactions
Widgets can interact with each other — clicking an element in one widget filters data in other widgets on the same dashboard. This enables drill-down analysis without manually setting filters.
Supported Interactions
- Heatmap — Click a cell to filter by X and Y dimension values
- Chart — Click a bar or data point to filter by dimension value
- Pie Chart — Click a segment to filter by dimension value
- Table — Click a row to filter by dimension values
- Creatives Gallery — Click a card to open detail panel and optionally filter other widgets
How It Works
- Click an element in a source widget (e.g., a cell in a heatmap)
- A filter chip appears in the Active Interaction Bar at the top of the dashboard
- All other widgets automatically filter to show only matching data
- Click the X on the filter chip to clear the interaction
- Click "Clear all" to remove all active interactions
Configuration
Each widget has an acceptsCrossFilters setting (enabled by default):
- On — The widget reacts to interactions from other widgets
- Off — The widget ignores cross-widget interactions
Source widgets always emit interactions regardless of this setting. The setting only controls whether a widget receives interaction filters.
Data Export
Export data from Table widgets for use in other tools.
CSV Download
Click the export button in the table toolbar to download all visible data as a CSV file. The export respects current filters and sorting.
Copy to Clipboard
Copy table data to your clipboard for pasting into spreadsheets or documents. All visible columns and rows are included.
Was this article helpful?
Thanks for the feedback!