Newbies David Pritchard Posted January 5, 2007 Newbies Posted January 5, 2007 My "city" field in my contact database obviously has many cities. After creating a found set of records, I want to be able to show the name of each city represented with the number of records that match each city. Such as Scottsbluff - 13 Gering - 7 Chadron - 9, etc. How would I accomplish this? Thanks! David
mr_vodka Posted January 5, 2007 Posted January 5, 2007 If you create a self join relationship using the city as the key, and then create a calculation field that uses a count function of the related self join records, then it will give you the number of records with the same city. Count (SelfJoin::city)
Recommended Posts
This topic is 6594 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