UI Builder - Event that will show the Simple List when Pie Chart is clicked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 02:03 AM
Hi Developers,
I have a Pie Chart that is showing the Counts for each Status. I want to pass an Event from the Pie Chart to the Simple List so that the Simple List will show only the records of the respective Status when Pie Chart is clicked.
Please suggest the steps to implement this.
Release: - Xanadu.
Pie Chart: - Example when the Resolved Status is clicked then the Simple list should display all the Resolved tickets.
Simple List: -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 03:23 AM
1.Create client state parameter for exmple "currentSelection" of type json
2.Add new client script and add below code
3.add above client script to event of reports in your case it will be "travel tickets by status"
4.In simple list configuration bind values from client state
If my answer helped you in any way, please then mark it as helpful or correct. This will help others finding a solution.