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.

Dynamic columns to rows

Amit_Rastogi
7 - Meteor

How achieve this.. Pls help 
Input file:

Col ACol BCol C
US,NYC,CAIN,AFCA

 

I want to add dynamic feature when user choose Col A then output looks like

Output

Col ACol BCol C
USIN,AFCA
NYCIN,AFCA
CAIN,AFCA

 

When user choose Col B then output looks like

Output

Col ACol BCol C
US,NYC,CAINCA
US,NYC,CAAFCA

 

Thanks in advance,

 

1 REPLY 1
shreyanshrathod
11 - Bolide

Hi @Amit_Rastogi ,

 

Hope this can be a good starting point for your query.

I have populated the LIST values in the DROP DOWN Interface manually for now. You can configure as per your requirement.

 

Regards,

Shreyansh Rathod

Labels
Top Solution Authors