Anyone make use of the Deadline dates at the task level or do you just
compare forecast against baseline?
Thanks,
Andy Novak
UNT
I use them quite frequently in fact. They're typically used when you
have a date by which you absolutely must have something done. A lot
of inexperienced users set constraints for that scenario, but actually
the deadline is more appropriate.
I usually create a couple of custom fields around this, one being a
calculation of the difference between the finish and the deadline
(i.e. buffer), and one taking a measure of the difference between the
deadline and the baseline finish (original buffer), then comparing the
two (Duration1 / Duration2) which gives me buffer penetration for the
task.
It's a bit more complicated than that as you need to add a couple of
nested "if" statements to account for the tasks that have already
completed, or have no deadline, but you get the picture.
-A