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

Move Row value to Column

dshay249
6 - Meteoroid

Hi all,

 

I need to move the   row value   in the following  example to  a column :     

 

 

Dataset

Field 1

 

Group 1

ABC

DEF

ABC

Group 2

ABC

DEF

GHI

 

Desired result

 

Group 1      ABC

Group 1      DEF

Group 1      ABC

Group 2      ABC

 Group 2      DEF

Group 2      GHI

 

Thanks any help will be appreciated.

 

dshay

 

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @dshay249 

 

Here is how you can do it. Using multi-row formula tool to fill down the group.

Workflow:

atcodedog05_0-1630918841898.png

 

Hope this helps : )

 

dshay249
6 - Meteoroid

Thanks,   

 

That works great!

 

dshay

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @dshay249 

Cheers and have a nice day!

Labels
Top Solution Authors