Content
View differences
Updated by Christophe Bliard over 2 years ago
See ##40867 for the full picture.
* "Work"
* sum all own values of all work packages
* "Remaining Work"
* sum all own values of all work packages
* "% Complete"
* do the weighted average over all work packages, using only the own % Complete and Work values (do not use derivates)
* is this computation correct if there is a mix of work packages hierarchies with Work set and Work unset?
* do not include filtered out work packages!
* when the work package list is grouped by an attribute, the sum must be correct too, even if the hierarchy is not visible anymore. That could be challenge.
Question
* is this computation correct if there is a mix of work packages hierarchies with Work set and Work unset?
* "Work"
* sum all own values of all work packages
* "Remaining Work"
* sum all own values of all work packages
* "% Complete"
* do the weighted average over all work packages, using only the own % Complete and Work values (do not use derivates)
* is this computation correct if there is a mix of work packages hierarchies with Work set and Work unset?
* do not include filtered out work packages!
* when the work package list is grouped by an attribute, the sum must be correct too, even if the hierarchy is not visible anymore. That could be challenge.
Question
* is this computation correct if there is a mix of work packages hierarchies with Work set and Work unset?