If you mean passing a variable from main to subreport, I would try making them shared variables.
in basic mode
Main
Shared x as number
//stuff
formula=x
Sub
Shared x as number
// divide
formula = ??
I know it works if you share the value from the sub to the main report because that is what we do here and on seagate's site they have an article that tells you how they do this I believe, maybe.
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.