Description
When displayed on a scorecard, a formula indicator with precision 0 does not respect the precision setting. For example, a value of 0.33 does not correctly round to 0 on a chart. Tooltips and the Scores tab show the values with the correct precision.
Steps to Reproduce
- Create a formula indicator with a formula such as ([[Number of new incidents]] - [[Number of resolved incidents]]) / 3.
- Set the formula indicator Precision to 0.
- Collect data for the indicator.
- View the indicator scorecard.
Workaround
Change the formula Precision to 1 or 2.
Related Problem: PRB664950