Is it posible to take values from sub1 and adding or subtracting the value from sub2 report.
Can the totals from sub1 be subtracted from the total in section sub2 and then show that as the value in sub2 avoiding main report?
You can used Shared variables to pass values from one subreport directly to another, bypassing the main report. (I think that's what you asked)
For example, place Subreport 1 in Report Footer-a of the Main report.
Place Subreport 2 in Report Footer-b of the Main report.
In Subreport 1, create a formula with a shared variable to store your value. Make sure that you place this formula on the report canvas of Subreport 1. (The formula could be suppressed, if desired)
In Subreport 2, create a formula that references the shared vaiable from Subreport 1 and then add it to whatever value from subreport 2.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.