Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How to add drill‑down behavior to a pie chart visualization in UI Builder (Workspace)?

Niha2
Tera Contributor

Note: I cannot see the option 'Link to Destination'

 

When a user clicks on a slice of the pie chart, I want to drill down and display a list of records that match that selected slice value (similar to drill‑down behavior in classic reports).
7 REPLIES 7

Niha2
Tera Contributor

Thanks for your reply but I cannot find the option. I watched the video as well but nothing related to drilldown

Screenshot 2026-04-06 145458.png

 

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 

Dinesh Chilaka
Kilo Sage

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,

Screenshot 2026-04-07 at 2.33.40 PM.png

 

Screenshot 2026-04-07 at 2.28.55 PM.png

If my response helped, mark it as helpful and accept the solution.