Hi,Mu requirement is to use KPI field and the grid data. I m showing the exact count based on the certain filters in KPI cardlayout. If i click on the KPI card the grid needs to updated based on the filter i used for KPI record data. How to achieve this. Can someone please help
Discussion posts and replies are publicly visible
To connect KPI cards to grid filtering, use a local variable for filter state and make KPI cards clickable with a!dynamicLink(). When clicked, both the KPI and grid use the same local variable for filtering, automatically synchronising the grid to show data matching the KPI's filter criteria.
The key is applying identical filter logic to both components using the shared local variable.