=[UnitPrice]/1000*[UnitsInStock]
the above is the formula for a value of an individual item on a report.
How do I get a grand total of all of these values of individual items at the end of the report?
Have an invisible textbox in your details section set to
=[UnitPrice]/1000*[UnitsInStock]
set its "running sum" property to "Group"
Set your GrandTotal-field to =[running sum field]
The GrandTotal will display the current GrandTotal up to the current page. (So overall total on last page)
Cheers,
Andy
Andreas Galambos
EDP / Technical Support Specialist
(andreas.galambos@bowneglobal.de)
HP:
The other option is include the formula as a culculated field in the query the report is based on. For the detail, data source is the calculated field name. For the footer, it is sum([calcfield])
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.