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
3 weeks ago
Note: I cannot see the option 'Link to Destination'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
3 weeks ago - last edited 3 weeks ago
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
3 weeks ago
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.
