Practice: Managing Issues (Copies)

Let's assume that you want to produce two copies of an invoice. The first copy is to be printed on a company letterhead in paper bin 1. The second copy is to be printed on the cheaper paper in paper bin 2.

1.  In the project properties, enter "2" in the "Number of issues" property.

2.  Open the dialog for the report container via Project > Page Setup.

3.  Create a new region "Original". In this case, use the IssueIndex() function as the "Condition". This function returns the number of the issue. So you define the logical condition "IssueIndex()=1". Select paper bin 1 for this layout.

4.  Create a layout called "Copy" and define the logical condition "IssueIndex()=2". Select paper bin 2 for this layout.

5.  If you want to endorse the second copy additionally with the text "Copy", carry out the following steps:

6.  Create a text object containing "Copy".

7.  Select the text object in the object dialog and set the value of the "Display condition for issue print" object property to IssueIndex()=2. This text object will now only be printed on the second copy.

Figure 8.9: Definition of the layout regions