Variance for Cost Plans is not being properly calculated.DescriptionVariance for Cost Plans is not being properly calculated.CauseThis was happening due to the Variance Dictionary Entry having a customized calculation.Once this is changed back to the Out of the Box version, everything worked properly.ResolutionNext Steps:1. Navigate to System Definition > Dictionary2. In the Column Name field, search for "variance"3. Go to the record for the "cost_plan_breakdown" table4. Click the Calculated Value tab5. Change the value in the Calculation box to:(function calculatedFieldValue(current) { return current.cost_default_currency - current.actual; })(current);6. Save the form