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