When viewing the Labor ETC value in Group By mode, the computed amount for FTE/Days is slightly higher than manually computing the total amount.
Steps to Reproduce:
Expected Results: The Group By total amount should be correctly computed for FTE/Days.
Actual Results: The Group By is resulting in a higher FTE computation. In a non-Group By mode, the API returns the correct total amount.
Release 16.0.2
DE64722 - The problem is caused by the pre-existing aggregation method used for the laborETC field. It is dropping the time stamp portion of the last segment on the aggregated curve so that the divisor (available work time) is slightly smaller than it should be resulting in a higher FTE computation than expected.
Targeted Fix in Release 16.0.3