Hello,
I'm filtering data in the gallery according to selections in combo boxs/Dropdowns.
I want to group the items in gallery by color and add their total quantity.
For Example:
Product(Selected through dropdown) Color Quantity
A X 10
A Y 20
A X 12
This way it is stored in table and shown in gallery as well.
I want the items Like this:
Product(Selected through dropdown) Color Quantity
A X 22
A Y 20
The Items property is set to:
Filter(DataSource,Product = ComboBox1.Selected.Result, ID = ComboBox2.Selected.Result,
Location = Dropdown3.Selected.Result)