Calculated fields
"Patrick Esche" <[email protected]> Wed, 12 Jun 2002 13:47:09 +0200
| Newsgroups | gmane.comp.lang.delphi.quick-reports |
|---|---|
| Message-ID | <[email protected]> |
Hi everyone...
I've got the following problem:
I have created a Group, and in the groupfooter I put a calculated expression. However, this leads to the following result (example):
Count
100
100
Sum: 200
150
70
20
Sum: 440
20
10
Sum: 470
But what I want to have is this:
Count
100
100
Sum: 200
150
70
20
Sum: 240
20
10
Sum: 30
I hope you understand the problem
Anybody who can help me with that?
Thx