Start Free Trial

Alteryx Designer Desktop Discussions

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

Help with Transpose / Crosstab

NJAlteryx
5 - Atom

Hello,

 

I am new to Alteryx, and i think i should use Crosstab. 

 

I am trying to transpose some data from rows to columns. My Unique data is 'Subject ID' and i want to copy two columns, title code and title into the next available column. all the example i saw only transposed one column but i need two columns transposed into one row. 

 

below is my dataset, and how i will like my new table to look like. 

 

Can anyone please help.

 

My original data:

Subject IDTitle CodeTitle
123909123909100Physics
123909123909200Physics Advance
237802237802100Mathematics 
242378242378100Biology
242378242378200Biology Foundation
242378242378300Biology Advance
242372242372100Sociology 

 

What i want my data to look like: 

Code 

Subject IDTitle CodeTitleTitle CodeTitleTitle CodeTitle
123909123909100Physics123909200Physics Advance  
237802237802100Mathematics     
242378242378100Biology242378200Biology Foundation242378300Biology Advance
242372242378300Biology Advance    

 

 

Thanks in advance, 

 

Nadia 

1 REPLY 1
alexnajm
18 - Pollux
18 - Pollux

This is a duplicate addressed here: Help on Transpose / Crosstab - Alteryx Community

Labels
Top Solution Authors