elizabethb Posted September 2, 2003 Posted September 2, 2003 Hi - I have what I hope is an easy question. I want to flag duplicate records with an "X" Here is the script: Sort Go to Record [first] Loop Set Field [global, unique id number] Go to Record [next, exit after last] If [unique id number = global] Set Field [flag, "X"] Else Set Field [global, unique id number] End If End Loop I've simplified the field names for clarity. Anyone know why it's not working? Thank you.
Ugo DI LUCA Posted September 2, 2003 Posted September 2, 2003 Go here and checks for AndyGaunt's demo for duplicates. Does it all even in your case. Ciao Andy.
elizabethb Posted September 3, 2003 Author Posted September 3, 2003 Thanks very much! I ended up using something similar with the self-join relationship. Neat way of doing it.
andygaunt Posted September 3, 2003 Posted September 3, 2003 Elizabeth -- Glad you liked it. Ugo....thanks for the plug.
Recommended Posts
This topic is 7755 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now