Reporting > Native reporting system > Reporting system command language > FIELD LEGEND subcommand
  
FIELD LEGEND subcommand
Example: FIELD LEGEND subcommand
This example replaces the name of the predefined field called Type with the constant-string Symbol Type.
FIELD Type { LEGEND "Symbol Type" }
If this command is used in the global definition report block, the instructions apply to all reports in the Report Definition file. If this command is used in the local definition block, it applies only to the report in which it is used.
This is a sample of how the column legend (bold) printed report output would change if this command were used.
This graphic is described in the surrounding text.
Related topics
Example
Example 1: SELECT LEGEND subcommand
LEGEND subcommand
Parent topic
Reporting system command language