Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

It's erased sum after Grouping - Report Studio 8.2

Status
Not open for further replies.

gruposenda

Programmer
Jan 11, 2007
51
0
0
MX
Hi :
I have a list with 3 fields, region, state and quantity. In grouping & sorting I have (1) Order region, (2) region. In this list appears a sum by the change in the region and a grand total. After creating a section with the region, it's removed the sum of this column. Why does this happen ? If I add a total, it's showed a total of order region and summary. How can I get the total of the region ?
Thanks in advance
 
Unlock and drag a calculation next to the section object.
Define this one as:

Code:
total([quantity] for region)

Or you can drag region into the list once more (will show the total for each order region, which is probably not your goal)

Ties Blom

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top