Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Different input files, 1 output workbook with multiple tabs

bluecosmo22
5 - Atom

I am new to alteryx, i have searched around havent seen anything like what im trying to do, can someone share?

 

Input Files:
Report 1

Report 2

Report 3

 

Then on the output file, the workbook will be organized

Output file, tab 1, Report 1

Output file, tab 2, Report 2

Output file, tab 3, Report 3

2 REPLIES 2
abacon
12 - Quasar

@bluecosmo22 The first is a way to do it if the incoming reports are formatted the same but have different data. The second one is a way to use a macro to remove null columns in the case of your reports having different schemas.

 

If this solution works for you, please mark it as the solution so others may find it faster.

bluecosmo22
5 - Atom

Awesome, worked as intended!

Labels
Top Solution Authors