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

Transposing rows to columns every x number of rows

Nevi1211
7 - Meteor

Hi everybody !

 

I'm new to Alteryx and I'm struggling a bit transforming some data.

 

This is a sample of the data I have to work with. I have thousands of rows in the same format and I'm trying to put them in a more usual format.

from 

 

start.PNG

 

to this.

 

final.PNG

 

I tried the transpose module but it doesn't work in this case.

 

Any help would be appreciated.

 

thanks,

 

Nev

 

6 REPLIES 6
Luke_C
17 - Castor
17 - Castor

Hi @Nevi1211 

 

Here's a way using the tile tool + cross tab. The tile tool will assign a value that we can use to group by and keep the data together. 

 

Luke_C_0-1642106221516.png

 

 

messi007
15 - Aurora
15 - Aurora

@Nevi1211,

 

Please see below :

 

messi007_0-1642106547245.png

 

Attached the workflow,

 

Hope this helps!

Regards

Nevi1211
7 - Meteor

Wow Thank you so much Luke ! that's works perfectly !

Luke_C
17 - Castor
17 - Castor

Happy to help @Nevi1211 , make sure you mark the solution to help people find the answer easier in the future. 

Nevi1211
7 - Meteor

thanks as well for your help @messi007

messi007
15 - Aurora
15 - Aurora

@Nevi1211,

 

If our solutions works please mark them as solved it will help others 🙂

 

Happy analysing and happy to help!

 

Best Regards,

Labels
Top Solution Authors