Start Free Trial

Alteryx Designer Desktop Discussions

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

Formula or Multi row

leelak
6 - Meteoroid

Hi Team, I have three columns lets say Name, Count of duplicate and Moved to tracker (Yes/No).

 

Requirement: If count of duplicate is 1 then Moved to tracker as "Yes" and If count of duplicate is >1 Moved to tracker as "No"

 

Description: Let say initially Name = "Leela" so count of duplicate = "1" as per my formula Moved to tracker coming as "Yes". When new entry Leela comes, count of duplicate for both the names = "2" as per my formula for both the names moved to tracker coming as "No" as count of duplicate became >1. I want that first one "Leela" should be remain as "Yes" and the new entry should be "No" in Moved to tracker column.

 

What is the way to overcome this issue?

2 REPLIES 2
FinnCharlton
13 - Pulsar

Hi @leelak , This workflow should help you out:

FinnCharlton_0-1674056467602.png

 

RobertOdera
13 - Pulsar

Hi, @leelak 

 

Please check out the below.

Please mark it as an acceptable solution if it works for you.

Cheers!

 

RobertOdera_1-1674076114287.png

 

Labels
Top Solution Authors