SETMAXDECIMALPRECISION

Set the maximum decimal precision that can be displayed in the report. Report viewers can set the precision to predefined values without requiring access to display settings. Users will not be able to increase the precision beyond the assigned value.

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
Setting the maximum precision to 10 digits

Notice how the increase precision button gets disabled after the configured limit of 10 digits:

How to use scripts to set maximum decimal precision
Setting maximum decimal precision with scripts

Last updated

Was this helpful?