How to setup a visualze data component in UIB to show a list of what is bing filtered.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 09:50 AM
Does anyone have a tutorial or video of how to set a visualize data component in UI Builder that when you click on a visualization (single score) that it will retrieve that list of items, and show the list of those items on the screen. This is the same functionality that is on the IT remediation OOB workspace when you click on Assigned Remediation tasks. I'm trying to figure out all of the components needed and it's proving to be a bit difficult.
I'm new to this and this would be a big help in learning something that is useful for future builds. I am just getting started on this. So any NowLearning/YouTube/Tutorials/Community areas would be very beneficial.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 09:17 AM
Hi @Community Alums ,
I can't find a video but this is how I have done it.
Create a page collection using the simple list legacy template
Add page parameters "table","query","listView","listTitle"
Go to your page with the data visualisation
Add event handler "Link to destination" to event "visualisation clicked" to the data visualisation
Select your simple list page collection
Fill in these params
This should now work.
The page template simple list should do most of the config for you.
I hope this helps.
Thanks
Jake