Drilldown in UI Builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 03:57 AM
Hi All,
I haver created a custom experience in UI Builder with name demo-home. Added one single score card report and when I am clicking on name it should drilldown to list layout with out losing my filter conditions. I have added OOB event still not working.
Thanks,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 06:32 AM
What is happening? Isn't it opening at all, or is it opening without any filter?
And are your filters set dynamically (through filters on the dashboard) or through the single score?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 07:05 AM
Nothing is happening when I am clicking on report, I need to get filters from my datasource like assigned to is not empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 08:16 AM
You will need to create a simple list page within your ui experience. Use the legacy template simple list.
Next go to your data visualisation and to go to events and add an event handler for data visualisation clicked.
Click Link to destination, select the simple list page you created and fill in the parameters.
Now you will be able to click the report and see a list of records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 01:01 AM
@Mark Manders , I have similar requirement. I am able to route to simple list on clicking data visualization.
However, I am not able to load the list with the specified view.
I have created new view on the table and updated the client script in UI builder.
Modified "view" attribute under "params" object.