How to add drill‑down behavior to a pie chart visualization in UI Builder (Workspace)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2026 09:07 AM
Note: I cannot see the option 'Link to Destination'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2026 11:56 AM
Thanks for your reply but I cannot find the option. I watched the video as well but nothing related to drilldown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2026 01:10 AM - edited 04-07-2026 01:10 AM
Hi @Niha2 ,
The link to destination not there in new versions . The alternative one is "open page or url" component.
Go through this article and use exact steps with "open page or url" component. : Multiple Drill-Down Level Reports in UI Builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2026 02:06 AM
Hi @Niha2 ,
If you didn't Link to destination , try search for Open page or URL ,then click on pages in current experience and select the page as Simple List and bind the tableName and query dynamically from the event payload.
table: event.payload.params.table
query: event.payload.params.query
Check the below images on dynamic binding,
If my response helped, mark it as helpful and accept the solution.