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.
SOLVED

Combining two different outputs into one xlsx in different sheets

Cesc
8 - Asteroid

Hello, I'm trying extract two outputs in alteryx into two sheets of one single excel. I don't find the way to do it. Could you help me? Thx

7 REPLIES 7
messi007
15 - Aurora
15 - Aurora

@Cesc,

 

Please take a look on this post : https://community.alteryx.com/t5/Alteryx-Designer-Discussions/How-to-output-multiple-tabs-within-a-s... 

 

You can use a formula Tool to create the path with the sheet name and after you use it in the output tool :

 

messi007_0-1646134293893.png

Attached the workflow,

Regards,

atcodedog05
22 - Nova
22 - Nova

Hi @Cesc 

Can you provide some sample input and expected output It will help us get a better understanding of the usecase.

We will be happy to help : )

saveeshkumar
9 - Comet

Hi @Cesi 

Hope this will be helpful.

saveeshkumar_0-1646134708973.png

 

 

Thanks.

Cesc
8 - Asteroid

Cesc_0-1646134890955.png

For example, in the case @messi007 shared, i would like to extract an excel with two Sheets.

 

The first sheet would have 

Record    A       B

1              1       2

 

The second sheet would have

Record    A       B

1              3       4

 

atcodedog05
22 - Nova
22 - Nova

Hi @Cesc 

 

Configure the output tool like below

 

atcodedog05_0-1646135172595.png

 

Hope this helps : )

 

 

Cesc
8 - Asteroid

Thank you. So, for what I understand, first you put all fields togheter with a column that differentiates all the sheets that will have the excel and in the output, you tell alteryx how to differentiate the Sheets. Thank you everyone!

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Cesc 

Cheers and have a nice day!

Labels
Top Solution Authors