A script-enabled browser is required for this page to function properly.

COLLATE command line keyword

COLLATE specifies the collating behavior when a report is output to a printer. For example, printing three copies of a three page document with COLLATE set to YES would result in output similar to the following:

1 2 3|1 2 3| 1 2 3

The order specified is the page numbers being printed. This behavior is similar to selecting the Collate check box in the Print dialog box.

Printing three copies of a three page document with COLLATE set to NO would result in output similar to the following:

1 1 1| 2 2 2| 3 3 3

The executables that can use this keyword are:

rwbuilder no
rwrun yes
rwclient yes
rwcgi yes
rwserver no
rwservlet yes
rwconverter no

Syntax

COLLATE={YES|NO} 

Values

Description

YES
(default)

Collates the pages when output to a printer.

NO

Does not collate the pages when output to a printer.

See also

Command line keywords

Using the command line

Running a report from the command line