Gabe Posted July 14, 2005 Posted July 14, 2005 is there a way to check to see if a calculated ID is unique within the calculation? Or do I have to bring it to the script level? Is there a way to check the uniqueness of a value within the script other than going into find mode and searching for it?
Wim Decorte Posted July 14, 2005 Posted July 14, 2005 if you create a self join relationship between the field that has the unique ID then a sum or count across the relationship will tell you if there are duplicates. You can use it in a calc or in a script.
Recommended Posts
This topic is 7138 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