Aussie John Posted November 2, 2006 Posted November 2, 2006 (edited) I have a portal with a series of records - each is a company with an amount paid. Some records duplicate the company but with a different amounts. I'd like to get a total for each company. I've made a relationship between the companies and tried the Sum(field) function but without success. eg field1= company field2 = amount field3=Sum(table1amount:amount) relationship field1(Table1amount)<---->field1(table1)<-----> (other table and field) I know I can do this with subsummaries but would like the result to be dynamic. Thanks for any help Edited November 2, 2006 by Guest
Ender Posted November 2, 2006 Posted November 2, 2006 If you had a Company table, you could use a Sum(Payment::Amount) calc to show the total for each Company.
Recommended Posts
This topic is 6658 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