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.
SOLVED

Convert into a horizontal data table format

db89
8 - Asteroid

Hi All,

 

I have a table format as attached in the "Test Input" file which is column-wise. 

I want the output (as attached) using Alteryx. I have tried Transpose, but it seems to concatenate everything in one single row in case there are same "User Email" in the dataset.

Any help on this will be very appreciated. 

 

Thanks,

db89

3 REPLIES 3
JosephSerpis
17 - Castor
17 - Castor

Hi @db89 you need a way to identify your data as rows one way is to use a muli-row tool. Then you can use a crosstab to pivot your data into a horizontal format.

 

Screenshot 2024-10-01 161108.png

alexnajm
18 - Pollux
18 - Pollux

This will be a combination of the Multi Row Formula tool to label rows, then a Crosstab to get it situated!

OTrieger
14 - Magnetar

@db89 
Or you can use Make Columns
hh.PNG

Labels
Top Solution Authors