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.

I want to transpose the value into column

Sshasnk
8 - Asteroid

So I have a dataset that I want to transpose it. Not sure how to do it for multiple columns

 

Input:

Fundsaleskey/Ratepurchasekey/Rate2Ratekey/Rate3TR Rate
ABC1200 1100 2300Key1.23
ABC1300Key1200Key2399 1.23
ABC1400 1300Key456Key1.23
Total3900 3600 5155  

 

Output:

FundNameValueKey/RateTotal
ABCSales1200 3900
ABCSales1300Key3900
ABCSales1400 3900
ABCPurchase1100 3600
ABCPurchase1200Key3600
ABCPurchase1300Key3600
ABCRate2300Key5155
ABCRate2399 5155
ABCRate456Key5155
5 REPLIES 5
Felipe_Ribeir0
16 - Nebula

Hi @Sshasnk 

 

One way of doing this

 

Felipe_Ribeir0_0-1667305896102.png

 

Sebastiaandb
12 - Quasar

Hi @Sshasnk ,

 

Here you go :-). See the attached workflow. It hopefully does what you want to achieve! 

 

Sebastiaandb_0-1667306085328.png

Greetings,

 

Seb

gautiergodard
13 - Pulsar

Hello @Sshasnk 

Please see attached for solution !

gautiergodard_0-1667306183731.png

 

 

stefaniadurdan
8 - Asteroid

Hello.

This is my proposal for your question. Let me know if it works. If yes, I would highly appreciate marking it as an accepted solution.

 

stefaniadurdan_0-1667306432360.png

 

Felipe_Ribeir0
16 - Nebula

Hi @Sshasnk 

 

It worked? If yes, please accept it as a solution. Thanks!

Labels
Top Solution Authors