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.

Outputting to Excel - too many records

TeamTJ
8 - Asteroid

I am outputting my data to Excel.  My output has 1 tab for each vendor from my source file but some vendors have too many records.

 

How can I split those vendors into multiple tabs (Vendor A - 1, Vendor A - 2, Vendor B, Vendor C - 1, Vendor C - 2, Vendor C - 3, Vendor D for example)?

 

Thanks!

 

<Edited for clarification>

1 REPLY 1
IraWatt
17 - Castor
17 - Castor

Hey @TeamTJ,

You could use the sample tool grouped on your vendor ID. The top tool takes the first 100,000 rows for each vendor, the bottom sample takes everything after the first 100,000. Then you just add a "_1" to the file name for fist 100,000 and "_2" for the rest: 

IraWatt_0-1652365073190.png

HTH,

Ira

 

Labels
Top Solution Authors