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

Removing duplicates based on ID, Status and date

NiranjanK1
8 - Asteroid

Hi All,

 

I need a help to remove duplicates based on event is having multiple statuses for same IDs, I need to take highlighest status, if ID has completed status I need take same status and remove duplicates based on Status, actual date, ID number and processing date

please suggest me

image.jpg

 

thanks in advance,

 

NR

10 REPLIES 10
binuacs
21 - Polaris

@NiranjanK1 I created a sample workflow based on my understanding, if this is not what you are looking for then provide some input data and expected result

binuacs_0-1752786225781.png

 

 

NiranjanK1
8 - Asteroid

@binuacs Thanak a lot for quick reply,

same ID, duplicate Date, duplicate number but 

Processing Date will be there for completed events rest will blank, status should be COMPLETED, DB- pending process or pending process and blank, here I have to take highest status for ID based on date, ID number and Event number.

 

how can I consider all the criteria’s

 

thanks in advance 

binuacs
21 - Polaris

@NiranjanK1 Group by ID then take the maximum processing date, join back with the actual data with ID and processing date, let me know if you are looking for something else

binuacs_0-1752790058418.png

 

NiranjanK1
8 - Asteroid

@binuacs please have a look at the image,

apologises for the image, as I do not have access to share the data from work location. Some times same ID will have 3 statues 

image.jpg

 

i have share the expected output 

 

 

thanks a lot

binuacs
21 - Polaris

@NiranjanK1 updated workflow attached

binuacs_0-1752791102977.png

 

NiranjanK1
8 - Asteroid

@binuacs thanks for quick response, I can see two entries IDs E_NO_23 for this ID it is already completed I need to show only one row. Kindly help me. Please ignore Sec ID I have added unique numbers, but when ID number duplicated Sec ID also should be duplicate.

 

binuacs
21 - Polaris

@NiranjanK1 in that case why are you considering E_NO_13 with OS-Pending Process and Process Completed in your ouput result

 

binuacs_0-1752792405575.png

 

NiranjanK1
8 - Asteroid

@binuacs Actaul dates is different, when we are generating the report ID number randomly allocating, there is chances same ID number will be allocated in different dates. Now please ignore Sec ID column I have not added right data.

binuacs
21 - Polaris

@NiranjanK1 can you try the attached workflow

binuacs_0-1752793881443.png

 

Labels
Top Solution Authors