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

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

Recommended Posts

Posted

I am familiar with looping through a found set of records to find a duplicate entry but am baffled when trying the opposite - looping to "mark" the unique entries.

Can anyone advise?

Posted

are you sorting underthe basis that you know that there is a duplicate and you want to find it or are you checking for any duplicates

Posted

you could have a script that does a find for the info on the duplicated records and at the end of the script have:

go to record request first (or last which ever you want)

set field (duplicatecheck : " " )

the trick that i use is i make a field like duplicate check that i define a valuelist to and that value list is just a typed space. then whati do is set it as a check box and just the box shows up and you tell the script to set that check box field to " " and it will put a check in there for you

if that doesn't make sense email me at [email protected] and i will send you a sample file

Posted

i don't know if he wants to just view them or mark them for viewing them that would work great if he wants to mark automatically mine would work as well

Posted

If you want to mark all unique records, regardless of whether there are duplicates for them, you can create a self-relationship based on a concatenation of the fields which determine uniqueness (field1 & " " & field2 & " " & ... & " " & fieldN) and then use a calculation field of Relationship::serial = serial. All unique (original) records will then contain a 1 in this field. All duplicates will contain zero.

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