SETMAXDECIMALPRECISION

Set the maximum decimal precision that can be displayed in the report.

Syntax

SETMAXDECIMALPRECISION(value)

Arguments

value - Maximum number of digits that can be displayed after the decimal point

Example

SETMAXDECIMALPRECISION(8)
//Sets the decimal precision to 8

Last updated

Was this helpful?