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

Removing Duplicates to Create Flag

suby
11 - Bolide

Hello All,

 

I want to remove duplicates and create columns with flags.

Attached the same workflow with desired Output.

 

Many thanks

3 REPLIES 3
apathetichell
20 - Arcturus

you're trying to flag which entities had duplicates - right?

 

It's a bit hard to explain how to do this with your attached dataset - but basically you can use a summarize to count the number of times a value occurs and then create a value based upon that with formula and then rejoin it to your original dataset.

ArtApa
Alteryx
Alteryx

Hi @suby - Hope that helps:

ArtApa_0-1622698414453.png

 

suby
11 - Bolide

Thanks ArtApa for the solution.

Labels
Top Solution Authors