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.

How to generate multiple files excel with multiple sheet/tabs in with pre specified names

Madeva
5 - Atom

Hello All!

 

I am looking for solution to generate multiple excel file with multiple sheets/tabs within it, first of all my different files should be categorised and generated from field 1 and then there should be different tabs based on the field 2.

 

Any solution with assistance of output and/or render tool OR macro will be very useful.

 

Thanks in Advance.

2 REPLIES 2
apathetichell
20 - Arcturus

You can use a formula tool to combine field1 and field2 with your path format information prior to output (let's call it field3).

 

Field 3 in the format of  whatever your path is + field1|'field2$  will now be used in your output data as the field to take your file/tablename from...

Qiu
21 - Polaris
21 - Polaris

@Madeva 

It is mroe like an illustration of @apathetichell idea.

Capture2A.PNGCapture2B.PNG

Labels
Top Solution Authors