Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Question regarding duplicate rows except for one column that has unique data

Goshawn
6 - Meteoroid

Good afternoon,

 

I am running an excel report through Alteryx. There are duplicate rows that I am wanting to get rid of. However, there is one column of data in these duplicates that are different. IF you see the attached picture, it has the same structure as my spreadsheet, but with data changed. The value that I am using to identify the duplicates is the "CW Number" column. You can see that all the data is the same, except that there are different "On Behalf Ofs" listed (which is why there are duplicate rows).

 

My question is this: is there a way to get rid of the duplicate rows, but have all of the "On Behalf Ofs" listed in one cell? 

 

Goshawn_0-1758145163966.png

 

2 REPLIES 2
davidskaife
14 - Magnetar

Hi @Goshawn 

 

A simple solution works, use the Summarize tool to Group By on all the fields, except 'On Behalf Of' - which you Concatenate:

 

davidskaife_0-1758201849269.png

 

Goshawn
6 - Meteoroid

I believe this worked! Thank you for the assistance!!

Labels
Top Solution Authors