Hello,
I have a "Category Gallery" that shows product categories and a "Product Gallery" that shows all products.
When I click on a product category in the "Category Gallery", the "Product Gallery" will filter all products to that selected product category.
To do that, I have set a filter on the "Product Gallery" Items = Filter('Product Inventory',ProductCategory = ProductCategoriesGallery.Selected.ProductCategory).
I am now searching for a way to reset the filter, so that all products show, irrespectively of their category.
I've tried a Button control with OnSelect = Reset(ProductCategoriesGallery), but that isn't working.
I find solutions for dropdown or text filters, but nothing to help me to get this requirement working.
Many thanks for any advise.