Using Calc and Variables
Hi,
I have a variable on my title for a report.
I want it to add up the values in an integer field in my detail band,
basicaly giving me a total.
At the moment in my calc page I have the following code:
Value := DBPipeline4['RV']
That only goives me the value of the first record, is there any trick to get
it to sum up the field in all the records in the detail ?band?
I have a variable on my title for a report.
I want it to add up the values in an integer field in my detail band,
basicaly giving me a total.
At the moment in my calc page I have the following code:
Value := DBPipeline4['RV']
That only goives me the value of the first record, is there any trick to get
it to sum up the field in all the records in the detail ?band?
This discussion has been closed.
Comments
go into the calculations dialog). Then set the drop down lists in the
toolbar to point to the DBPipeline4 and the 'RV' field. Set DBCalc.LookAhead
= True.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com