Hello,
I am trying to build a workflow where sales data (revenue file) is filtered according to a list of products in a separate file (filter file). The filter file will be a live file with the list of products changing regularly. I know a join can act as a sort of filter, but the problem I'm running into is that the list of products has multiple filter criteria, and they are not consistent in format - some criteria are very specific, while others are more broad. Here's a dummied-up example:
A company makes boxes in the following variations:
- Paper, Plastic, or Cardboard
- Red, Blue, Green, Yellow, or Orange
- 12x12, 18x18, or 24x24
Sample filter and revenue files are attached, as well as a file showing the end result I need to get to.
I suspect assigning a "filter number" to each specific set of criteria in my filter file will probably be necessary, but even with that I can't seem to figure out a way to do this.
Thank you in advance for any advice!