Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

How to transpose several columns in one time

CDON
7 - Meteor

Hi,

 

I have used the transpose tool 3 times for different columns because I couldn't find a way to transpose in one shot the different columns. But I am sure that Alteryx does that.

Could anyone help me to find the right tools to do what I wish in the attached file please ?

I am stuck for the moment as the extract in Excel to check as reached its limits (in lines) so I cannot carry on.

 

Thank you very much for your help

 
 
3 REPLIES 3
BrandonB
Alteryx
Alteryx

It might actually be easiest not to transpose these at all. Instead, you could have your data flow into three different select tools. In each select tool, keep the fields on the beginning of the data set as well as those first three columns for the first select tool, the second set for the second, and third set of three for the third. Name each of these columns a consistent column name on each select tool. Then add a formula after each select tool with the value that indicates which set of three columns it came from. Finally, union the data together and you should be all set!

BrandonB
Alteryx
Alteryx

Example attached

 

Stack.png

CDON
7 - Meteor

Thank you very much Brandon, it works !!

Alteryx is really amazing !!!

Labels