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

General Discussions

Discuss any topics that are not product-specific here.

Remove duplicates

sericson
8 - Asteroid

hello! how can we remove duplicates that are caused from concatenating, it doesn't occur in every row. below is an example of what is happening. 

 

Capture.PNG

1 REPLY 1
DataNath
17 - Castor
17 - Castor

Hey @sericson, I'd split out the values, leverage the Unique tool to get rid of duplicates and then re-concatenate those left. The other tools such as the Sorts and Tile are just ensuring everything stays in the original order. Here's an example of the start end end result:

 

RemoveDuplicates1.png

RemoveDuplicates2.png

Labels
Top Solution Authors