exists
1 TopicExclude whole group if value is not found
Hi My problem is similar to this one, but excluding values when not found. I have a "Store" column and a "Product" column and i want to show all products from the store only when it has the product "Paint", if a store doesn't have "Paint" in one of its rows i need a filter that excludes all of the store in all pages of my model. If this is my Data: ID Store Product 1 1 Chips 2 1 Paint 3 2 Paint 4 3 Soda 5 3 Chips I want my model to work only with this rows (Store 1 and 2): ID Store Product 1 1 Chips 2 1 Paint 3 2 Paint Thanks a lot!Solved1.3KViews0likes3Comments