Hi All,
I have a report that is on server. The user should see splits for multiple groups, one for each category by using a single table view inside a component.
Initially i made it work by having one single table view for each category but i want to make it dynamic
So if i have 6 rows , 2 rows lets say for each country, say US, Canada, Mexico. I want one table view to show data first for US, then it should show for canada and then it should show for mexico.This would help make it dynamic so tomorrow if i add data for argentina it will showcase data for argentina as well.
Earlier i achieved this using multiple table view but since i don’t want to pile up more and more table views i want to do this using just one.
I tried adding a group loop node and a refresh node and grouping it all under one component but it displays data for the first run and not for individual countries one by one.