Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Transpose and combine rows

esabay
8 - Asteroid

Hi All, 

 

How do I do this output in Alteryx based on the input below. Thank you!

 

Input:

Input  
SpongeSnail
SpongePineapple
SpongeKarate
CrabMoney
CrabWhale
CrabPatty
SquidNose
SquidClarinet
StarfishRock

 

Output:

Output 
SpongeSnail, Pineapple, Karate
CrabMoney, Whale, Patty
SquidNose, Clarinet
Starfish Rock
2 REPLIES 2
alexnajm
18 - Pollux
18 - Pollux

Concatenating via a Summarize will complete this!

esabay
8 - Asteroid

Thank you! It worked

Labels
Top Solution Authors