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!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

remove duplicate using max date

tructo
5 - Atom

I use Unique tool and select 2 collumn for duplicate criteria.  The third column is a timestamp.

 

Want to select only the unique row with 2 duplicate criteria with the latest time stamp.

 

suggestion?

 

 

1 REPLY 1
Garrett
11 - Bolide

Use a Sort tool before the Unique tool to order by timestamp descending.

 

The Unique tool sends the first instance (based on row order) of the duplicated records out the 'U' anchor and sends all the other duplicated records (from further down in the table/record order) out the 'D' anchor. , 

Labels
Top Solution Authors