Indicators based on Critical Path

M

MNA

Hi all,
Is it possible to define an indicator which may change into red, only when
some task on critical path is late?


Thanks in advance
 
D

Dale Howard [MVP]

MNA --

Yes. You might use a custom enterprise Task flag field containing a formula
that tests whether the task is critical (Critical = Yes) and whether the
task is slipping (Start Variance >0 or Finish Variance > 0). Once you have
created this formula, you can set the field to display a red stoplight if
the field value is True and something else when the field value is False.
Hope this helps.
 
Top