Hi
Im currently getting to grips with Alteryx and have the following problem i am trying to solve so any help would be massively appreciated.
I have a data extract in an excel file that contains a bunch of information e.g. home addresses that you can cut multiple ways e.g. city, country, real estate type etc.
I've used alteryx to successfully cut this excel file into say 10 different files, one for each country using this method:
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Output-data-into-multiple-files/td-p/142665
What i want to do next is feed each of these 10 different cuts of raw data into another excel file that does a standardised set of calculations on the cuts of the raw data. e.g.
- Analysis file_Greenland
- Analysis file_Germany
- Analysis file_Sweden
The formulas in each analysis file are all the same but the raw data used would be different based on the country it is filtered on, as would the file name. What would be the best way of doing this?
Any help would be greatly appreciated!