Formula indicators round results to the nearest even, whole number.DescriptionFormula indicators round result values using the Banker's rounding algorithm which may return different values than mathematical rounding. For example, the formula 7 + (5 / 2) returns the result 10. The formula 2 + (5 / 2) returns the result 4. This behavior applies only when the indicator Precision is 0. When the Precision is greater than 0, the result is rounded to the nearest decimal point for the specified precision.Steps to Reproduce Create a formula indicator with a Precision of 0.Enter the formula 7 + (5 / 2).View the formula result (10).Change the formula to 2 + (5 / 2).View the formula result (4).WorkaroundThis is intended behavior. Formula indicators with Precision 0 round to the nearest even, whole number. Refer to the product documentation for more information about rounding in formula indicators.Related Problem: PRB655149