Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Merging multiple rows

kas
8 - Asteroid

Hello,

Having trouble figuring out how to merge rows together into one since the additional lines are empty except for the address column. Example imaged below:

What I have now:

clipboard_image_0.png

What it should look like:

clipboard_image_2.png

 

Thank you in advance,

Kim

7 REPLIES 7
andyuttley
11 - Bolide
11 - Bolide

Hi @kas 

 

There are lots of ways to go about this. As you've a lot of fields that require this logic, i'd probably transpose the data first, so I can then just use a single MultiRow Formula tool, as is shown below and attached.

multirow.PNG

 

 

Hope that helps,

 

Andy 

JosephSerpis
17 - Castor
17 - Castor

Hi @kas I mocked up a workflow that produces your output let me know what you think? Merge_120819.PNG

geraldo
13 - Pulsar

Hi 

 


Follow another suggestion

 

clipboard_image_0.png

OllieClarke
15 - Aurora
15 - Aurora

Hi @kas,

You could also use a multi-row to flag groups of rows and then a summarise tool to combine all your fields as below:

clipboard_image_0.png

kas
8 - Asteroid

@OllieClarke Perfect...short and sweet and does the trick...thank you!

kas
8 - Asteroid

Thank you everyone for your help, all great solutions!

Much appreciate this community!

Kim

Mitch_S
7 - Meteor

This one is a total winner. Thanks!

Labels
Top Solution Authors