Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithI am going to assume that if there were 3 of the "A" records, you'd only want the last one to say "keep"
Setup an AGGex node with this code:
emit ID
if lastInGroup then Flag="keep" else Flag="dup"
emit Flag
then set GroupBy=ID
(you'll also need to set the node to SortInput)