aldipalo Posted September 1, 2006 Posted September 1, 2006 What I would like to accomplish is summarize how many contacts are related to a specific CompanyID when I am looking at the Contact record. Ideally, I'd like to have a field sitting next to my CompanyID field that simply states XX number. I guess a similars summary but without the portal. Can it be done and if so how? I tried all the variations when setting up a summary field without getting the desired result. Thanks for the help. Al
John Mark Osborne Posted September 1, 2006 Posted September 1, 2006 Use the Count function in a calculation field in your Company table. For example: Count(RelationshipToContacts::kp_contact_id) You can count any field you like but you need to make sure it always has a value in it. Therefore, I usually choose the primary key field from the table.
aldipalo Posted September 1, 2006 Author Posted September 1, 2006 Thanks for the reply John Mark: Works perfectly! Al
Recommended Posts
This topic is 6719 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