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

How to pivot this data?

Isha_Gupta
8 - Asteroid

Name.  Status.  ID.   Country.   City.              Town

 

Ben.       Active.   १.    US.           Chicago.        X

Ben      inactive.   १.    Japan.     Osaka.           Y

 

Into

 

                          Active.      Inactive    active.      Inactive 

ID.     Name.   Country.     Country.    City.           City

१.       Ben.        US.             Japan.      Chicago.  Osaka

 

Ofcourse there will be १००s of rows, १ name and ID and two status for each but currently in vertical format, I want it status wise in horizontal format and १ row for each ID

 

Not able to get the right way using transpose or cross tab 

2 REPLIES 2
danilang
19 - Altair
19 - Altair

Hi @Isha_Gupta 

 

You can't do this in a single tool. 

W.png

You have to build the column names using transposed data and then crosstab and clean the column names

 

R.png

Dan

binuacs
21 - Polaris
Labels
Top Solution Authors