Hi all,
I am struggling with a filtering need in my workflow. I try to apply a filter to an input file of transaction. I would like to be able to filter in this file, data for a specific team with specific information.
For that, I have another file where each row correspond to a team location (one team can have several location) with the type of transaction and code transaction that will be use to filter the input data file.
I have prepared two example files (as data of my real files are confidential), but I haven't found the right way to do it yet (Had a look to dynamic tools, join+ filtering, etc.)
The idea, is to avoid to change the Workflow in future each time there is change in the team (new team, new type of transaction, etc.) and just an update of the Excel filtering input will be necessary to do.
The goal is to obtain an output file for each team/location with all the transaction related to them from the data file input. I know that if I had to do that on only one team, I could just use a Join tool with the type and code transaction, but there is more that 80 different row team/location to filter.
If anyone have an idea on how to do that, it would be very helpful.