Hi Experts ,
I have one main report and two sub reports.
i had created One Group section in main report and i call the subreport1 from
group header section and subreport2 from group footer section.
The main report run successfully. sometimes it shows more than one pages
based on sql database records.
The Problem is,
The Two Sub reports having separate running totals. I had shared that parameters,
then i called those from main report.
Now i want to add(addition) the sub report running totals, and show it as a
pagewise total in main report.
i add the two shared variables(subreport running totals) with the same name in main report
as formula named as netotal.
and paste this nettotal formula in main report page footer.
when the main report preview can contain multiple pages, the nettotal shows
the total amount in the last page only, but i want the pagewise total,
how can i solve this problem.