Ui Builder link to destination graph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2023 06:21 AM
Hello everyone,
I am trying to create a graph in Ui Builder, which will take me to a list in agent workspace showcasing the 14 records that i have selected. The graph is in the picture below, and when i click on it nothing happens. I understand that I need to configure it by adding an event handler, so I have done that and added the "link to destination" but the list that opens is not filtered to show only the 14 that i have selected, instead i just opens the list containing every record in the table.
Appricate the help,
best regards
Erik.
 
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2023 11:04 PM
Hi @erik15 ,
How is your event handler configured?
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2023 11:29 PM
Hi @AndersBGS thanks for getting in touch,
I have probably not configured it correctly, however, it at least directed me to the correct list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2023 05:14 AM
Hi @erik15 ,
I think it's due to you have made an event handler for list and not simple-list. Below is my configuration where name is parsed to the list that opens from a single score widget:
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2023 12:40 AM
Hi @AndersBGS ,
The simple list does indeed open a filtered list, but in a new tab. Do you know if it's possible to open the "actual" List but filtered the same way as the simple-list?