Reporting : Native reporting system : Reporting system command language : DECIMALS subcommand
  
DECIMALS subcommand
Use the DECIMALS subcommand with the FIELD command to indicate how many positions (numbers) are allowed after the decimal point for numeric value.
The structure of the statement is:
FIELD field-identifier { DECIMALS numeric-length }
Example:
FIELD "Amount Paid" { DECIMALS 2 }
This example allows two digits beyond the decimal point since the amount paid is most likely represented by a currency such as, dollars and cents.
Parent topic
Reporting system command language