amemme Posted November 8, 2002 Posted November 8, 2002 Hi, Is there an easy way to get a summary that adds a certain field of all the related records? Or even through a portal to show a summary of all the records by shown in the portal? Thanks, Anthony
CobaltSky Posted November 9, 2002 Posted November 9, 2002 Hi Anthony, This can be done using an unstored calculation field in your main file, with an aggregate function which references a field in the related file. The formula for such a field would be along the lines of: Sum(YourRelationship::YourRelatedField) The field should be placed on the layout ion your mainfile, outside the portal (though it will provide a summary of all the contents appearing within the portal.
Recommended Posts
This topic is 8049 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