Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Summary totals

edited April 2003 in General
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

  • edited April 2003
    Sham

    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.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.