Free Trial

Alteryx Designer Desktop Discussions

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

Multiple files in one report

tiverson
8 - Asteroid

I have a workflow that has created the following three files.  I want to join these files into one report using the reporting tool.  

My main issue is my second report's output is one listing, however I need to create a tab for each Company.

 

1st file (this was created by joining report text and a table)

tiverson_0-1647785551803.png

 

2nd file (this is the report that I need to break out by each company (column A)

tiverson_1-1647785612833.png

 

3rd file

tiverson_2-1647785636891.png

 

2nd file desired output

tiverson_3-1647785733252.png

 

16 REPLIES 16
Aguisande
15 - Aurora
15 - Aurora

Hi @tiverson 

I think using the Output Data Tool will allow you to accomplish what you need.

Using the lower part in the configuration of the Tool, will allow you to write automatically one sheet per [Delta] Value

Aguisande_1-1647798005390.png

 

It'll generate this output (1 sheet per [Delta] Value with all the data related to that [Delta])

Aguisande_2-1647798209174.png

 

 

tiverson
8 - Asteroid

@Aguisande , I originally was able to do that with the Co by BU tab, but how could I do that and combine the other reports into one file?  Thanks

Aguisande
15 - Aurora
15 - Aurora

Hi @tiverson 

You can write the other sheets within the same Excel File.

Just select the same .xlsx and name your sheets, they'll be added to the Excel File.

Aguisande_0-1647801186210.png

Also, using a Block Until Done before each Output Data Tool helps with Alteryx accesing the same file from different tools (or instances),

Aguisande_1-1647801461963.png

Aguisande_2-1647801484715.png

 

tiverson
8 - Asteroid

@Aguisande, I have another scenario.  My first tab "Summary", I had to use the reporting text tool so that I could add the title to the table that would actively change the year and period based on a text input.

Is there another way I could re-create that tab using the Excel output instead of the reporting tool?

I attached a workflow that shows how I created the summary page.

 

Aguisande
15 - Aurora
15 - Aurora

Did you try using a Render Tool?

Aguisande_0-1647804738657.png

Will give you this output:

Aguisande_1-1647804802216.png

 

Or maybe you want to explore the "Preserve Formatting on Overwrite" setting of the Output Data Tool. For this to work, you must use a Range as your destination and Alteryx will keep that formatting for you.

Aguisande_0-1647804878025.png

 

Aguisande_1-1647805309106.png

 

 

tiverson
8 - Asteroid

@Aguisande, so I can create the render for the Summary tab, then use Excel Output for the other 2 files?  How can you name a tab in the render tool?

Can I use the same file name for the 2 Excel files?

I tried that earlier and it gave me an error when trying to open the output.

Aguisande
15 - Aurora
15 - Aurora

@tiverson 

I'll answer your questions:

"so I can create the render for the Summary tab, then use Excel Output for the other 2 files? "

- Absolutely!

"How can you name a tab in the render tool?"

- I think you can't

"Can I use the same file name for the 2 Excel files?"

- Yes! (And for what you're looking for, you must)

 

I tried that earlier and it gave me an error when trying to open the output.

- Maybe you need to add the Block Until Tool to each of the wirting files tools 

Aguisande_0-1647811704194.png

 

tiverson
8 - Asteroid

@Aguisande , could you share your workflows from both responses?

I greatly appreciate your help.

 

tiverson
8 - Asteroid

tiverson_0-1647821732464.png

I ask about your workflows, because this is what I get when I do it.

 

Labels
Top Solution Authors