Newbies Tony Leslie Posted July 13, 2008 Newbies Posted July 13, 2008 I'm having trouble making calculations within a sub-summary panel. Example: a sub-summary panel lists total sales volume per salesman and the quantity of units sold, using two summary fields. I want the average sale price per salesman, so I create a calculation field that divides the summary field for dollar volume by the summary field for units sold. This works fine when I place it in the grand summary panel, but in the sub-summary panel it shows the grand total result. Same thing happens for any other type of calculation. Any suggestions would be greatly appreciated.
comment Posted July 13, 2008 Posted July 13, 2008 As a rule, you need to use the GetSummary() function when referring to summary fields in calculations involving sub-summaries. In this case, you have an easier option: define a summary field as average of Price, weighted by Quantity.
Recommended Posts
This topic is 6037 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