Hi,
I have a simple report that shows the data from a table.
What I want to do is show a summary at the end of each page of the total of
a particular field (i.e. sum(TotalCalls)).
Can I do this at without using the startPage event and resetting a dbCalc
value?
Sham.
Comments
Place a DBCalc component in the summary and set it to sum(TotalCalls). You
can set the value of the variable by adjusting the ppDBCalc.DataPipeline,
ppDBCalc.DataField, and ppDBCalc.DBCalcType properties. You may also define
a group for the DBCalc component to reset on by setting the
ppDBCalc.ResetGroup property.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com