Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask 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 : )

 

binuacs
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