Reporting > Native reporting system > Reporting system command language > ROW command
  
ROW command
The ROW command specifies 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.
Syntax
ROW field-identifier
WIDTH numeric-inches
LEGEND constant-string
FONT font-identifier
KEYLENGTH numeric-length
For details on the other ROW subcommands, see:
WIDTH subcommand
LEGEND subcommand
FONT subcommand
KEYLENGTH subcommand
Example 
This example replaces 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.
This graphic is described in the surrounding text.
See also:
Example: FIELD LEGEND subcommand
Example 1: SELECT LEGEND subcommand
LEGEND subcommand
LEGEND subcommand structure
Parent topic
Reporting system command language