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

Sub Total in Groups Help

edited January 2003 in General
I have a report where I have created a group on the type_of_Service field of
my table. This work fine.
My problem is.
I want to have a Sub-Total of each group I have placed on the
ppGroupFooterBand1 a ppDBCalc1 and setted the Calculation to SUM. I also had
cleared the Reset Group option based on what I read on the manual that it
will be resetted automatically.

When I run my report the ppDBCalc1 its no getting reset. The first group is
fine but every group after the first is adding the SUM result from the prior
group. Looks like this:


Type of Service Cost
----------------------------------
ABC $10.00
ABC $10.00
ABC $10.00

Sub Total $30.00

CBA $5.00
CBA $5.00
CBA $5.00

Sub Total $45.00

BAC $20.00
BAC $20.00
BAC $20.00

Sub Total $105.00

How can I fix this?
I'm using RB 6.03 Enterprise
Delphi 6 enterprise

Tia

Charles Urbina

Comments

  • edited January 2003
    > When I run my report the ppDBCalc1 its no getting reset. The first group
    is
    prior

    Right click over TppDBCalc and select 'ResetGroup...'. Set it to the
    appropriate group to reset on.

    Enjoy
    Ed Dressel
    Team DM
  • edited January 2003
    Ed,

    I tried that but is still the same.

    I right click and selected the group to reset on to the name of the only
    group I have on my report (Service Type) but still is not breaking the sub
    totals.??

    Is there something else I should check??
    Tia
    Charles Urbina

  • edited January 2003
    Can you reproduce it in a small app :-)?

    Ed Dressel
    DX Squad

    Developer Express newsgroups are for peer-to-peer support.
    For direct support from Developer Express, write to support@devexpress.com
    Bug reports should be directed to: support@devexpress.com
    Please state if you are not using the latest version of the product.
This discussion has been closed.