Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Dynamically stack input data horizontally

sh0kat
7 - Meteor

Problem : How to dynamically join input from different sheets horizontally. The workflow should be dynamic like when more sheets gets added to excel file the output should update accordingly.

 

Desired Output :

shokatsaifi_0-1587644233146.png

 

Col A and Col B are coming from Sheet 1 in excel file

Col C and Col D are coming from Sheet 2 in excel file

Col E and Col F are coming from Sheet 3 in excel file

 

It should be dynamic. If more sheets are added to the excel, then the first two columns of the sheets should be stacked horizontally. 

2 REPLIES 2
fmvizcaino
17 - Castor
17 - Castor

Hi @sh0kat ,

 

Solution attached.

I'm using the transpose and cross tab tool to create the process of column creation based on filenames

fmvizcaino_0-1587645543391.png

 

 

Let me know if you need further assistance.

Best,

Fernando Vizcaino

sh0kat
7 - Meteor

Thanks. That was way too quick.

Labels
Top Solution Authors