A family of Microsoft relational database management systems designed for ease of use.
I agree with Trevor – not a bug, just how Project works.
Some fundamental issues:
- Project stores all durations (including finish variance) in minutes. Displaying any other intervals (hours, days, weeks, months) is the result of converting minutes using the conversion factors in the Project options.
- Under default conditions 1 elapsed day equals 3 (8-hour work) days. That is, 1 eday = 24 hrs * (60min/hr) = 1440 minutes. This is converted to (work) days as 1440 minutes / (8 hrs/day * 60 min/hr) = 3 days.
- Specifying “elapsed” durations does a few things to the task, in effect:
- Implicitly applies a 24h x 7d weekly calendar;
- Implicitly ignores Resource Calendars in scheduling the work;
- Automatically displays all other duration fields for the task (including slack and duration variance) in “elapsed” time;
- Introduces complications to the critical path calculation – just like other variable calendars do.
- Unfortunately, Finish Variance seems to always be displayed in the default duration-entry units for the project – i.e. minutes, hours, days, weeks, or months – none of these are “elapsed.” (Not sure why this is; there’s no obvious reason why duration variance can be converted but not this one.)
For these and other reasons I avoid elapsed durations with very few exceptions. An 8h x 7d calendar with no holidays typically suffices for many purposes.