Reporting > Native reporting system > How to edit or add a report > How to edit an existing report > Defining user-defined fields and attributes
  
Defining user-defined fields and attributes
Use the following subcommands to access user-defined fields and define their attributes so they can be included in your report. When these fields are defined in a FIELD command, you can use them in a SELECT command or a WHERE command to extract information from the project database, or the ORDERBY command to organize the report output.
DECIMALS subcommand
Specify the number of digits acceptable after a decimal point.
FONT subcommand
Apply font definitions previously defined in a FONT command.
LEGEND subcommand
Change the column heading name.
LENGTH subcommand
Change the length of a field.
NAMESTUB subcommand
Specify an alternate name is selected for a field in the extraction database.
SOURCE subcommand
Specify the original field name when it is different from the field-identifier in the FIELD statement.
TYPE subcommand
Change the width of a field.
WIDTH subcommand
Change the width of a field.
Related topics
Examples: FIELD command
FIELD command syntax
Redefining predefined field attributes
Rules for using the FIELD command
Parent topic
How to edit an existing report