Content
View differences
Updated by Niels Lindenthal almost 7 years ago
**Problem** **roblem**
* The sum includes values from children that are not part of the filter result results
* The sum includes values from children twice that are part of the filter results.
 
**Expected behavior**
* Values are not added twice
* The sum only includes the shown/filtered work packages
 
**Proposed solution**
We have two separate work package attributes for estimated time and spent time.
* Spent time - total: Aggregated values of spent time including the values of children
* Spent time: Only the spent time that is logged on this work package
* Estimated time - total: Aggregated values including the values of children
* Estimated Total estimated time: Only the estimated time that is entered on this work package (read only)
In So for the work package list sums are attribute Estimated time - total it is not allowed for aggregated values. It is possible to create sums for the column spent time.
**Out of scope**
Currently value for "Progress (%)" get lost when children are added. This is OK for now. sums.
* The sum includes values from children that are not part of the filter result
* The sum includes values from children twice that are part of the filter results.

**Expected behavior**
* Values are not added twice
* The sum only includes the shown/filtered work packages

**Proposed solution**
We have two separate work package attributes for estimated time and spent time.
* Spent time - total: Aggregated values of spent time including the values of children
* Spent time: Only the spent time that is logged on this work package
* Estimated time - total: Aggregated values including the values of children
* Estimated
In
**Out of scope**
Currently value for "Progress (%)" get lost when children are added. This is OK for now.