Start Free Trial

Alteryx Designer Desktop Discussions

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

How to change data from long to wide format with multiple columns

overhead_press
8 - Asteroid

I have the below dataset and I want to transform every three rows into one row

 

123groupingsequence
123AB11
ABCCD12
USDEF13
567GH21
DEFIJ22
USDKL23

 

Desired results (column names don't matter): 

123456789
123ABABCCDUSDEF
567GHDEFIJUSDKL

 

Thanks in advance!

1 REPLY 1
JosephSerpis
17 - Castor
17 - Castor

Hi @overhead_press I mocked up an approach that use the Transpose Tool and the Multi Row tool to work out the correct columns and then use a crosstab to pivot the data horizontally.

Labels
Top Solution Authors