Alteryx Designer Desktop Discussions

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

Tiling data into columns from rows based on responder

I hope someone will come to my rescue. I have the following data and need to structure/tile it in columns. My initial data is as follows:

IDName Value
222Name Mel
222OrgHTML
222StageCompleted
223Name Susan
223OrgVisio
223StageIn Progress
224Name Kenan
224OrgJD Group
224StageCompleted

 this is what I want data to look like

 222223224
NameMelSusanKenan
OrgHTML VisioJG Group
StageCompleted  

 

3 REPLIES 3
binuacs
21 - Polaris

@Pmanyoni_oldmutual have you tried the cross-tab tool?

image.png

OTrieger
13 - Pulsar

@Pmanyoni_oldmutual 
I believe that this question was raised several times on this community. If you have googled your question you would find the solution and would save waiting time to go a respond. In some cases there are attached workflows so you have the full solution.

Thanks, I went through some and there were minor differences. I could have used them and made my own tweaks but next time. Thanks though. 

Labels
Top Solution Authors