Progress value calculation
Summarize
Summary of Progress Value Calculation
The progress value for goals in ServiceNow is automatically calculated based on various scenarios involving targets and sub-goals. Understanding these calculations helps users accurately assess goal completion and performance metrics.
Show less
Key Features
- Goals with Targets Only: If a goal has targets and no sub-goals, the progress is calculated by averaging the progress values of the targets.
- Goals with Sub-goals and Targets: When both sub-goals and targets are present, the overall progress is based on the sum of their individual progress values.
- Weighted Average Calculation: If the weighted average feature is enabled, the progress is calculated considering the weight scales assigned to each target or sub-goal.
Key Outcomes
By applying these formulas, users can determine the overall progress of a goal effectively. For example, in a scenario where a goal (G1) has two targets (T1 and T2) with specified impacts and current progress values, the contributions can be computed to derive G1's total progress. This ensures precise tracking of goals and performance across the organization.
The progress or percentage complete value of goals is auto-calculated using different formulas. The formula depends on whether the goal has only targets, a combination of sub-goals and targets, and if it has weighted average calculation enabled.
| Scenario | Formula used to calculate the progress value of the goal |
|---|---|
|
Progress value of the goal = Sum of progress values of its associated targets / number of targets |
|
Progress value of the goal = Sum of progress values of its sub-goals and associated targets / number of sub-goals and targets |
|
Progress value of the goal = [(Progress of target 1 * Weight scale of target 1) + (Progress of target 2 * Weight scale of target 2)] / (Weight scale of target 1 + Weight scale of target
2) |
|
Progress value of the goal = [(Progress of sub-goal 1 * Weight scale of sub-goal 1) + (Progress of sub-goal 2 * Weight scale of sub-goal 2) + (Progress of target 1 * Weight scale of target 1) + (Progress
of target 2 * Weight scale of target 2)] / (Weight scale of sub-goal 1 + Weight scale of sub-goal 2 + Weight scale of target 1 + Weight scale of target 2) |
- Contribution of T1 towards G1 progress = 2/(2+3)*40 = 16%
- Contribution of T2 towards G1 progress = 3/(2+3)*20 = 12%
- Therefore, Progress of G1 = 16% +12% = 28%