I am creating a main report that has 15 subreports. The subreports contain numbers of fire rolls. I need to know how to get a grand total of sets of numbers generated by the subreports.
You need to create a formula in each subreport that creates a shared variable (e.g. Shared numberVar Sub_1_Result) and loads it with the value to be passed back to the main report.
Then after all sub reports have you need another formula that declares all of the shared variables and then sums them. Display the result.
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.