Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

How do I filter out dup. data from 12,000 records?


This topic is 7966 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have an Excel file containing approx. 12,000 records that I imported to FMP. How can I filter out duplicate records? For example: The fields are serial number, product name, and sales order#. I want a count of each serial # only once, even though the serial # may exist several times with different sales order #'s. It seems like a simple task, but I'm stumped. TIA for any advice.

Cheers!

Johnny Z

Posted

What defines a unique record? Or how would you know that a given record is or is not a duplicate?

Once you know this, then you can setup a script to loop through the records and compare them, deleting the duplicates.

Posted

All records should be unique once the list is filtered. Duplicte records are defined as those that share serial# and date. If the serial# re-occurs with another date, then that is a unique record. I will experiment with some looping scripts. Thanks for your idea!

Posted

I tried the self join relationshiip techinque and it worked! Now I need to fully understand why. It's much more efficient than a script. Thanks!

Johnny Z

This topic is 7966 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.