lgaray Posted August 1, 2001 Posted August 1, 2001 I have a file called Season_Setup_Line_Items that adds up ticket totals for a season using a summary field. Then I have another file that generates a report for all ticket totals (including season tickets) called Ticket Inventory. I want to use the total from the summary field in a calculation in the Ticket Inventory file, but when I try this it only works for one record (event). When I run the report for a different event, I get incorrect results. I don't know how to get the total for a set of records in a file, and use that total in calculation in a related file. Please help!!
Kurt Knippel Posted August 1, 2001 Posted August 1, 2001 All of the summary functions work across a relationship. So assuming that you had a relationship that included all of the records that you wanted to total: cSum = Sum(Relationship:TotalField) will give you to sum of all the TotalField in all the records in the relationship.
Recommended Posts
This topic is 8555 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