I have a formula on a Subreport thats works out a calculation, how can I get the result of this formula passed to my main report so that I can use the result in a formula on the main report.
You declare a common shared variable in the main report and subreport and in the subreport you use a formula field to put the value you want to pass into the variable and in the main report you have another formula field which gets the value.
Shared variables are described in detail in Help.
The formula 'putting' the value must come earlier in the report than the formula 'getting' the value.
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.