Alteryx Designer Desktop Discussions

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

Create one excel output from multiple excel files

vicky00750
5 - Atom

Hi All,

 

I am looking to create one file with different tabs.

 

I have created the workflow as attached. I am splitting the files to multiple excel files.

 

Along with this i need one more tab, which would come from "ZBA breaks" input and gets split based on a particular field name. This i need to write onto the multiple excel file output in different tab.

 

Currently I am getting tow excel files as output. I need two different tabs in one excel file.

 

Can anyone please provide solution to this?

5 REPLIES 5
DataNath
17 - Castor

Try using a 'Block Until Done' tool (Developer tools), or a 'Parallel Block Until Done' (Will need to download from CReW Macros) and blocking one of the streams until the previous has completed. Also make sure to change the name of one of your outputs so they're not both Sheet1.

vicky00750
5 - Atom

I tried using the same.
I am getting two separate files.
I need one file only with 2 tabs.
I am attaching the output as desired.

vicky00750
5 - Atom

Thanks
My output file name is different as I am splitting to multiple excel file based on filed name.

How can i attach different tab to each of those files?

binuacs
20 - Arcturus

@vicky00750 Attaching a sample workflow for your reference

 

binuacs_0-1651234767794.png

 

Labels