Jump to content
We've recently updated our Privacy Statement, available here ×

Supress Footer band when print Group Band.


magin64

Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Since Jasperserver is just a reporting tool, you cannot hide the footer band when the Group footer is printed. However, if you can assign a parameter such that its value is 1 when the group footer is printed but 0 when not printed, then you can achieve the requirement with printwhen condition of the page footer.

Regards,
KKriplani

Link to comment
Share on other sites

Thanks a lot Kkriplani!!!!

First of all I don't speak english only spanish, but I try to write the problem I having. I have created a variable name variable1 and inside I put {PAGE_COUNT} Reset Group using the Group Fields and evaluation time Page (this show me the value in each page). I put this variable1 in Page Footer to compare with value greather than "12"  but in the print when condition doesn't recognize the value of this variable named variable1. 

My condition is so : $V{variable1} >= "12" ? true:false

Thank you so much. I apreciate your help.

Magin (I am a men)

 

Link to comment
Share on other sites

Hello!!!!

To resolve this problem put two fields in your table called currentPage and totalpage, fill these fields.

In every  elements of the page footer put this condition $F{table_currentpage} < $F {tabla_totalpage}? true: false

and ready.

Wonderfull I-report. 

Greetings.

 

 

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...