Reporting > Native reporting system > Reporting system command language > TYPE subcommand
  
TYPE subcommand
Use the TYPE subcommand with the FIELD command to indicate how the field is defined in the Master Properties Configuration Set or in the USRPROPS.TXT file if you made changes applicable to the field in that
Syntax
FIELD field-identifier {
TYPE [ CHARACTER | NUMERIC | BOOLEAN | MEMO | DATE | TIME ] }
Example
This example identifies the amount paid field as a numeric field. Fields that have a property with a range should use the character type.
FIELD "Amount Paid" { TYPE NUMERIC }
Parent topic
Reporting system command language