Start Free Trial

Alteryx Designer Desktop Discussions

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

How to output excel per group number/code?

mrichman
7 - Meteor

Hi Community, 

 

I'm not sure how I can perform it on Alteryx. However, I would like to output per group into a seperate excel. Examples are in the attachment.

 

I was think of a for each but probably there is a another way. If you need more information, please do not hesitate to ask 🙂 


Thanks in advance! 

 

 

7 REPLIES 7
dougperez
12 - Quasar

Create the filename in a formula tool using the the Group Collumn, I attached a example.

mrichman
7 - Meteor

Ah Doug Perez, 

 

Thanks for your assistance! I think I explained it too short. 

 

The output needs to be appended into a template sheet. Therefore, I need to have them separated and do a number of calculations (not in dummy data, but in real data). Is this feasible? 

dougperez
12 - Quasar

The append not work for you?

dougperez_0-1620742312979.png

 

mrichman
7 - Meteor

unfortunately not 😞 

Luke_C
17 - Castor
17 - Castor

Hi @mrichman 

 

As @dougperez you'll need to create the filename as a field (fullpath) to output separate excels and update the output tool accordingly.

 

For templates, you can output to a range and preserve formatting. One thing that works well is keeping a template file and updating for each run. There's a detailed example in this post:

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Clearing-Data-in-Template-before-Overw...

 

dougperez
12 - Quasar

Ok.

 

Have you tried to read the model, append the rows into designer then output into another file ?

mrichman
7 - Meteor

@dougperez  Tried your recommendation once again - a little bit tweaking here and there, it works! Thanks for the assistance! 

@Luke_C Thanks for the suggestion too! 

Labels
Top Solution Authors