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

ron.liftc-e.com
Go to solution Solved by bigalex,

Recommended Posts

I have a pdf report with a group break on invoice number

I am using a group header breaking on invoicenumber. the header prints the  invoice number, billing info, shipping info, etc

When the detail overflows i just want to print "invoice number 123 continued", not the enter header to save space and identify this is not page 1 of the invoice

What logic can i use to identify the that this is not the first page of the group and how to I either add a new band or print the header without the blank space of the non printed fields

I cannot post the company code so if you need sample code i will need to make a test app

i see other post of group header suppression, no answers on the posts i found

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Solution

Page # by group:

Page # evaluation time : now

# Of pages evaluation time : group

Select Reset page number in the group footter.

2. Select group header and enter "new Boolean($V{PAGE_NUMBER}.intValue()==1)" into [Print When Expression]

3. Make IF statement in the text field for pages:  if  # of pages > 1 then "invoice + {number 123}+ continued" else page#

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...