Lougee Posted July 17, 2006 Posted July 17, 2006 Is there any way to define a calculation that will add several summary fields together?
Lougee Posted July 18, 2006 Author Posted July 18, 2006 I tried that and it didn't work. So obviously I haven't the slightest idea of the correct syntax. I have 2 summary fields: A (which is the total of field ABC) and Z (which is the total of field ZYX). How do I get the sum of these 2 summary fields? Thanks for your help.
Fitch Posted July 19, 2006 Posted July 19, 2006 The function doesn't work unless you have sorted by the field specified in the calc, in this example "breakField": GetSummary(A;breakField) + GetSummary(B;breakField)
Recommended Posts
This topic is 6764 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