Reporting > Native reporting system > Reporting system command language > SOURCE subcommand
  
SOURCE subcommand
Use the SOURCE subcommand with the FIELD command to indicate the actual database field name for the field-identifier.
Syntax
FIELD field-identifier { SOURCE Property property-identifier }
Example
The following example shows the field usually called Amount Paid is actually called Customer Paid.
FIELD "Amount Paid" { SOURCE Property "Customer Paid" }
Parent topic
Reporting system command language