We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to make filter dynamic for different countries.

ajanayak
8 - Asteroid

Hello Team,

 

I have 1 workflow which have same logic for all the countries, I used to receive the input file (Names with country name in file name) in a network drive and after that I used to reconfigure the input data source, as the file name would be different for all the respective countries, I need to reconfigure the filter tool in workflow for respective countries.

 

What I am looking for is given below.

 

1. All the incoming file would have a generic name.

2. Filter tool would be dynamically given value for each country.

 

 

NOTE --> let me know if there is any other way to do this activity, thanks in advance.

 

Thanks

AJAY

3 REPLIES 3
binuacs
21 - Polaris

@ajanayak a batch macro would be one of the option for your use-case.

 

ajanayak
8 - Asteroid

I would appreciate if you can give me little bit more insight on the Batch Macro, how to implement in my use case.

binuacs
21 - Polaris

@ajanayak attaching a sample workflow which will process each courtiers files and save separately in a different location. 

image.png

Labels
Top Solution Authors