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.

How to Update and Filter from max date

golmalrc
5 - Atom

Basically, I have records in the following Format

RECORD_IDLAST_UPDATEFRUITSCARS
100232023-03-21AppleChevy
100232023-06-17GuavaPorsche
100232023-10-18PineappleNissan
104142023-08-23PeachChryslar
104142023-10-11GuavaMercedes
106572023-04-22GrapesToyota
106572023-07-16AppleRenault
106572023-09-25PineappleKia
106572023-10-24PeachSubaru

 

Desired Output is Unique RECORD_ID by "Max Date" Row

RECORD_IDLAST_UPDATEFRUITSCARS
100232023-10-18PineappleNissan
104142023-10-11GuavaMercedes
106572023-10-24PeachSubaru

 

Any idea/s on how to do this will be greatly appreciated. Thanks.

3 REPLIES 3
TimN
13 - Pulsar

Try something like the attached

golmalrc
5 - Atom

Yes, this works beautifully. Many Thanks. I forgot that Unique function picks up the first occurrence of duplicates.

TimN
13 - Pulsar

Hi Golmalrc,

Can you mark my answer as the accepted solution when you get a chance?

 

Thank You,

Tim

Labels
Top Solution Authors