natya Posted August 12, 2010 Share Posted August 12, 2010 I have a main report which has an element X in the page footer to be printed based on the subreport returned param Y.Task :In subreport detail section page 1, if an element occurs 10 times, element count '10' should be printed in the main report's page 1 footer .In subreport detail section page 2, if an element occurs 5 times, element count '5' should be printed in the main report's page 2 footer .Issue :I am passing a variable/param Y from subreport to main report , whose evaluation time is 'page'When I display this subreport passed variable Y in the main reportPage 1 gives nullPage 2 gives 5 .Is there any way that I can get the value 10 & 5 (multiple values page wise) from the subreport to main report ?Thanks in advance,Natyashree Link to comment Share on other sites More sharing options...
Teodor Danciu Posted August 19, 2010 Share Posted August 19, 2010 Hi, Please attach here the relevant JRXML snippets or the entier files. Thank you,Teodor Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now