UI builder Data Visualization question

gnewuser
Tera Contributor

I have a page inside service operations workspace which has few reports with donuts. When some one clicks on the donuts I would like to display the records that match that condition.(like a drilldown report).

 

How do I achieve this? I have a page which has a data visualization with donut. How do I add another page with data passed from page one to page two.

 

any pointers or links to examples would be great

1 ACCEPTED SOLUTION

Dhana3
Kilo Sage

You can add a simple list page from the servicenow templates in the UI builder experience. In the visualization events you'll find a event called visualization clicked. Once you select it, you will find an option to add what happens when visualization is clicked, like a + icon. If you click on the + icon you'll find an option to link to destination, there you can select the simple list page as destination, and you can pass the payload values as table name, query and title using payload.table option. You need to click on data option there.

 

Dhana3_0-1727636386572.pngDhana3_1-1727636498952.png

 

View solution in original post

7 REPLIES 7

gnewuser
Tera Contributor

Thanks I was able to add event handling to mycharts so the drill down works.

you tried this in workspace?

 

hi @Kiruthika J ,

 

If you are checking the UI builder in Yokohama, the way of updating these fields must have changed. They have made changes to the UI builder interface, but the logic is same.