Using UI Builder - Advanced Dashboards. Can't Get Any Events To Work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I might need to go back and re-try from scratch, but for some reason following the documentation and looking at other forum questions just isn't helping. I'm using the data visualization component for a single-score report, and can't manage in any way to drill down into the data source in the form of a list. It seems set up to work this way, but even following the documentation example and making a non-oob simplelist to try and display it hasn't worked.
My question is: Can anyone share an example they recommend where it works? If it still persists, I'll know it's likely to be something else.
Thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @Awae ,
You need to select Visualization Clicked event under the events tab of the Data Visualization component(on the right side) and then click on Add Hander then select the Link to destination or Open page or URL.
Then select the external URL and add the following line of code the there by selecting the data bind option:
CONCAT("/", @payload.params.table, "_list.do?sysparm_query=", @payload.params.query)Now if we click on that single score data visualization , it will redirect you to the native UI with the filter you gave while creating the data source.
If my answer helped, mark my answer as accepted solution so that it will be helpful for the future readers.
