We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

formula required.

Mohini79
7 - Meteor

Hi,

 

In one column I have duplicate values. 

I want to add one formula if duplicate then Y else N

 

Column name is Receipt No

 

 

Thanks in advance

3 REPLIES 3
BS_THE_ANALYST
15 - Aurora
15 - Aurora

@Mohini79 
If we see the value the first time, I have not flagged it. If we see any duplicates below it. It gets flagged:

BS_THE_ANALYST_0-1677671156226.png

 

 

All the best,
BS

LinkedIN

Bulien
alexnajm
18 - Pollux
18 - Pollux

@Mohini79@BS_THE_ANALYST;'s solution works great! Otherwise you could use the Unique Value method of the Tile tool and use a Formula to mark anything greater than 1 in the Tile_SequenceNumber column as a Duplicate - if you need them to remain in the original order, a RecordID tool at the beginning and a Sort at the end will work well.

Mohini79
7 - Meteor

Great,

 

Thanks for the solution

Labels
Top Solution Authors