Table chart with count details and on click has to show respective records of that combination

0
Hi, I have the below requirement to achieve. There is a table with no of combinations, i have to show the count of the below column combinations. on click of each cells or count of the values i need to show the respective table records. how can i implement this, please share some inputs and idea on this. Thanks
asked
2 answers
1

Have you tried using the pivot table widget that's available in the app store?

answered
1

You could try to build an inpersistent entity and build a Microflow to collect the data from your entry table and bring the result to the inpersistent entity. At the end, show your inpersistent entity to ona datagrid in the frontend. 

answered