R
RC
Hello,
I am trying to accomplish the following using graphical indicators.
- for tasks 100% complete= the green circle
- for finish later than finish1 = the red circle
- for finish at least 6 days before finish1 = white circle
- for finish within 5 days of finish1= yellow smiley
So far I've done the following in the customizing fields portion.
Duration4 formula = ProjDateDiff([Finish],[Finish1])
Graphical indicators
is less than, 0d = red circle
greater than or equal to, 6d = white circle
is within, 0d, 5d = yellow circle
It doesn't seem possible to get the 100% complete part using a
duration field - is there a way to get all 4 conditions in?
Thank you for any advice!
I am trying to accomplish the following using graphical indicators.
- for tasks 100% complete= the green circle
- for finish later than finish1 = the red circle
- for finish at least 6 days before finish1 = white circle
- for finish within 5 days of finish1= yellow smiley
So far I've done the following in the customizing fields portion.
Duration4 formula = ProjDateDiff([Finish],[Finish1])
Graphical indicators
is less than, 0d = red circle
greater than or equal to, 6d = white circle
is within, 0d, 5d = yellow circle
It doesn't seem possible to get the 100% complete part using a
duration field - is there a way to get all 4 conditions in?
Thank you for any advice!