Reporting
>
Native reporting system
>
Reporting system command language
> DECIMALS subcommand
DECIMALS subcommand
The
DECIMALS
subcommand with the
FIELD
command specifies how many positions (numbers) are allowed after the decimal point for numeric value.
Syntax
FIELD
field-identifier
{
DECIMALS
numeric-length
}
Example
The following example allows two digits beyond the decimal point, because the amount paid is most likely represented by a currency such as, dollars and cents.
FIELD "Amount Paid" {
DECIMALS
2 }
Parent topic
Reporting system command language
This site works best with JavaScript enabled