We have a retail chain with 150 stores. I have a workflow where the stores complete a form to give feedback on the quality of a product. In my base the forms are submitted into one table (Feedback). The Feedback table is linked to a table called Stores that is a list of all 150 stores will their detail. It is also linked to the Product table that is a list of all the products.
I am trying to create visibility for the team that will show them which stores have not yet submitted their feedback per product. I tried to do this in the Stores table as all 150 stores are listed there. The problem is that the lookup to the product field will contain multiple products per store. And as soon as I filter on Product I only see the stores who have submitted feedback - I want to see the ones who have not yet submitted feedback.
Any ideas of how I can achieve this?