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

I need to create multi copies of a report with different headings


jrubino

Recommended Posts

I have a Bill of Lading that I have created and I need the same page(s) of data to print 3 more copies with different heading or tital.

The first page says Original Bill of Lading, the Second copy is to say Shipping Order, Third page Memorandum and last Forth page Packing List.

How do I do this.  Please I need to know how to do this in the designer (detailed steps) and NOT showing me the XML.

thank you in advance.

Jim

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

Today I saw your question and I think you can do the following in the TextField Expression Editor that represents the title:

( $V{PAGE_NUMBER}.intValue() == 1  ? "Original Bill of Lading" : ($V{PAGE_NUMBER}.intValue() == 2  ? "Shipping Order"          : ($V{PAGE_NUMBER}.intValue() == 3  ? "Memorandum"              : " Packing List")))[/code]

I did not provide it! Test by youself.

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