RamHardikar
Programmer
Hello,
In the report I am suppressing the detail part of the group and just displaying
the footer for that group. Now I want the running total (have a look at the example below)
for the footer. Now when I do this and if my records go beyond the first page then the
running total for this first row in the new page shows a discrepancy.
For eg:
Name Mon Tue Wed Thu Fri Sat Sun RunningTotal
x 1 2 3 4 5 6 7 28
y 1 2 3 4 5 6 7 28
z 1 2 3 4 5 6 7 28
--------------------------------------------------------
Total 84
--------------------------------------------------------
This works if I run the report in the Crystal Report. But when I run the same report
in the browser using Crystal Report component I have a missmatch in the total of the
first row
In the report I am suppressing the detail part of the group and just displaying
the footer for that group. Now I want the running total (have a look at the example below)
for the footer. Now when I do this and if my records go beyond the first page then the
running total for this first row in the new page shows a discrepancy.
For eg:
Name Mon Tue Wed Thu Fri Sat Sun RunningTotal
x 1 2 3 4 5 6 7 28
y 1 2 3 4 5 6 7 28
z 1 2 3 4 5 6 7 28
--------------------------------------------------------
Total 84
--------------------------------------------------------
This works if I run the report in the Crystal Report. But when I run the same report
in the browser using Crystal Report component I have a missmatch in the total of the
first row