Progress value calculation
Summarize
Summary of Progress Value Calculation
The progress value for goals in ServiceNow is automatically calculated based on specific formulas that depend on the structure of the goal, including the presence of targets, sub-goals, and whether weighted average calculations are enabled.
Show less
Key Features
- Goals with Targets: If a goal has targets but no sub-goals, the progress value is calculated by summing the progress values of the targets and dividing by the number of targets.
- Goals with Sub-goals and Targets: When a goal includes both sub-goals and targets, the progress is determined by the sum of their progress values divided by the total number of sub-goals and targets.
- Weighted Average Calculation: If the weighted average system property is enabled, the progress value is calculated using a weighted formula, accounting for the weight scales of each target or sub-goal.
Key Outcomes
ServiceNow users can expect precise progress tracking of goals based on defined parameters, ensuring that contributions from each target and sub-goal are accurately reflected. For instance, in a scenario with two targets, the contributions are calculated by their respective impact values, allowing for accurate representation of overall progress.
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%