Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

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

Output File

sgaryali
8 - Asteroid

Hi

 

I want to generate output file on he bases on column H which contains Name of the manager.

So like for ex Manager Name - Rahul I should get output for that emp id  who has Rahul as their manager

And likewise as many as manager I have it should keep generating the output.

Manager Name is not fixed It can be more or less for each month.

 

Can we do that?

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @sgaryali 

 

Create filename in format [FilePath]+[Manager Name]+".xlsx|"+[SheetName] in formula and set output tool to change path for each manager group like below. This generates files for each Manager group.

 

Workflow:

atcodedog05_0-1641575443274.png

 

Hope this helps : )

 

binu_acs
21 - Polaris

@sgaryali smiliar approach like @atcodedog05 

 

binuacs_0-1641576711312.png

 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @sgaryali 

Cheers and have a nice day!

Labels
Top Solution Authors