I have a subreport with booking revenue field. now i have to calculate the running total of that field, and place it in the main report. That works fine but there is a problem
since i have placed the main report in detail section A and subreport in detail B,the value starts from zero in the main field, bcos the main report runs before the subreport,
if the calculated running total in the subreport is 10 for the first record and 20 for the second..
i get
0
10
20 in the main report
but it shud be like
10
20 in the main report.
but i have to have the main report before the subreport bcos it looks awkward to have the details first and the main heading after that.
since i have placed the main report in detail section A and subreport in detail B,the value starts from zero in the main field, bcos the main report runs before the subreport,
if the calculated running total in the subreport is 10 for the first record and 20 for the second..
i get
0
10
20 in the main report
but it shud be like
10
20 in the main report.
but i have to have the main report before the subreport bcos it looks awkward to have the details first and the main heading after that.