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

Complete Table Transpose

mquast
8 - Asteroid

I am trying to Transpose Row 1 to become Column F1 and so on. I was wondering if there was a simpler way of doing this process instead of using multiple Transposes

10 REPLIES 10
Luke_C
17 - Castor
17 - Castor

Hi @mquast 

 

Could you share some sample data and a sample of your expected output?

mquast
8 - Asteroid
 

After.pngBefore.png

mquast
8 - Asteroid

The first table is what the results should look like and the second is the input

 

caltang
17 - Castor
17 - Castor

I've done something here with some random data. You need to change the input and configure accordingly:

Screenshot 2023-06-29 135228.png

 

In the future, it is easier for us in the Maveryx community to help you if you can provide raw data in a flat file rather an image.

 

Hope this helps.

 

 

-Cal

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Qiu
21 - Polaris
21 - Polaris

@caltang 
Maybe I am missing some point here, but I use only transpose and Cross Tab tools.
Thank you for your dummy data😀

Capture1AA.PNGCapture1AB.PNG

caltang
17 - Castor
17 - Castor

Haha! @Qiu my brain sometimes cooks up solutions that are more complex than they should be! 

Yeah, @mquast - @Qiu’s solution is much more straightforward. Hope it helps!

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
caltang
17 - Castor
17 - Castor

Oh! Now I remembered why I did it that way. I am trying to accommodate all data types in the input files. I’ve changed the data into strings so that it is dynamic. I guess I went overboard this time too!

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Qiu
21 - Polaris
21 - Polaris

@caltang 
Trust me, we all had that moment..😂

sparksun
11 - Bolide

My solution

 
 

transpose.jpg

Labels
Top Solution Authors