Ive got two sub reports, one contains sales and one contains refunds, i want to pull the total no of sales and total no of refunds for each product into the main report. How can i do this!?!?!
In each subreport setup a shared varible.
i.e. Shared numberVar SalesNum; or
Shared numberVar RefundNum:
In the main report create a formula using the same shared varible declarations. Just remember to put the main formula in at least one section below the section that contains the subreport.
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.