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

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

Recommended Posts

Posted

Hi,

 

I am working on a script, which finds a list of records, but I then want to omit just any duplicate records based a field being the same, but staying in the found set

Is this possible?

Posted (edited)

It is possible, but it shouldn't be necessary. It shouldn't be necessary, because usually when records have duplicate values there would be a parent table where each value has a unique entry. And performing the find in this table would give you precisely the list you are looking for. (This is assuming that by "omit just any duplicate records" you mean "keep one record in each group of duplicates and omit the rest" - not "omit ALL records that have a duplicate".)

Can you provide more details regarding what you have and what are you trying to accomplish? 

 

Edited by comment
Posted

Yes I want only 1 record of each duplicate of each kept, think I have a way of doing it by looping

This topic is 1359 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.