- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 04:51 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2024 11:55 AM - edited 09-29-2024 12:02 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 07:35 AM
Thanks I was able to add event handling to mycharts so the drill down works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2025 10:04 PM
you tried this in workspace?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 07:49 AM
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.