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

Alteryx Connect Discussions

Find answers, ask questions, and share expertise about Alteryx Connect.

Retain only highest Sequence number

vinothkumar
7 - Meteor

Need help to know how to eliminate sequence number 1- 3 and retain only the highest sequence number

 

Sequence NumberProduct Number
1467AB
2467AB
3467AB
4467AB
2 REPLIES 2
Christina_H
14 - Magnetar

It's hard to tell what you're trying to do with so little data, but try sorting in descending order by sequence number then using a sample or unique tool to keep the first row for each product number.

Gaurav_Dhama_
12 - Quasar

Use a summarise tool and Group by product and take max of sequence number.