Hi ,I wonder if there’s a way to accomplish the followingLet’s say I have an AGG model grouped by “FOOD TYPE”Which shows a table with those 3 rows with the group + record count:- Vegetables - 3- Fruits - 4- Other - 9Now i would like to open a drawer to see another group , example if I open Vegetables’ drawer i want to see a table with a new group (type of vegetables):Tomatoes - 5Cucumbers - 2Beets - 6Carrots - 1But if Open the drawer for Fruits I would see:- Strawberry - 5- Apples - 19- Oranges - 9- Grapes - 6and if possible to take it even further, if i open the drawer of one of those sub group , example Tomatoes has 5 recordsI would be able to see the Basic Model with those 5 recordsSo basically my main question is let’s say I use page includes, how do i pass value of the row from group?So looking at first example , how to pass row value (from group) " Vegetables" via page includeHope it’s clear enoughThank you