Reporting : Native reporting system : Reporting system command language : ROW command
  
ROW command
Description
The ROW command is used to specify field-values to be printed as row headings in the left-most column of each row in the matrix report. It also specifies the font type and size of the name, in addition to the width of the left-most row of the report. The ROW command, and its allowable subcommands are as follows:
ROW field-identifier
WIDTH numeric-inches
LEGEND constant-string
FONT font-identifier
KEYLENGTH numeric-length
Note For details on the other ROW subcommands, sea WIDTH subcommand, LEGEND subcommand, FONT subcommand, and KEYLENGTH subcommand.
Example – ROW LEGEND subcommand
This example is replacing the name of the predefined field called Type with the constant-string Symbol Type.
ROW Name LEGEND "Entity" WIDTH 1.25"
This is a sample of how the command above changes the default column legend of Name to the user-defined legend of Entity.
C:\Users\wjn\AppData\Local\Temp\506626\html\bitmaps\legndex2.gif
See also Example – FIELD LEGEND subcommand, Example – SELECT LEGEND subcommand, LEGEND subcommand, and LEGEND subcommand structure.
Parent topic
Reporting system command language