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!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
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