I have two galleries. The first one prints rows of the same names once. Like the first attachment. And this is my first galleries code line:
AddColumns(GroupBy(SortByColumns(Search([@Inventory]; TextSearchBox1.Text; "Malzeme_x0020_Ne_x003f_"; "Tesisteki_x0020_Yeri"); "Malzeme_x0020_Ne_x003f_"; SortOrder.Ascending);"Malzeme_x0020_Ne_x003f_"; "groupedByTitle"); "RecordCount"; CountRows(groupedByTitle))
In the second gallery, when i click on aluminum i just want all aluminum to be sorted, when i click on ceramic i only want all ceramics to be sorted. How can i do it?
The second attachment is my second gallery. I only use some sorting code in my second gallery like this:
SortByColumns(Search([@Inventory]; TextSearchBox1.Text; "Malzeme_x0020_Ne_x003f_"; "Tesisteki_x0020_Yeri"); "Malzeme_x0020_Ne_x003f_"; SortOrder.Ascending)
When i click on the first gallery i make the second one visible.
Thank you.