Drilldown in UI Builder

Anil Karthik N
Tera Contributor

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.

AnilKarthikN_0-1722941781182.png

 

Thanks,

Anil 
 

5 REPLIES 5

Mark Manders
Mega Patron

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

Nothing is happening when I am clicking on report, I need to get filters from my datasource like assigned to is not empty

Jake Sadler
Kilo Sage

@Anil Karthik N,

 

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.

 

Afsar2
Tera Contributor

@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.

No luck so far!!