R
Robert Juarez
I am wondering how/what formula would be needed for creating a custom field
at the project level to show when a project has at least one task that is
past due. I have a custom field at the task level (IIf([Finish]<[Current
Date] And [% Complete]<100,1,2)) that will show when an individual task is
overdue, but I want to add a custom field to the Project Center > Summary
view to show when a project has any overdue tasks. The PM can then drill
down from there into the project and see exactly what tasks are overdue.
Once I figure out the formula for this I want to assign graphical indicators
similar to my task level formula, but I should be able to handle that aspect
(hopefully!)
at the project level to show when a project has at least one task that is
past due. I have a custom field at the task level (IIf([Finish]<[Current
Date] And [% Complete]<100,1,2)) that will show when an individual task is
overdue, but I want to add a custom field to the Project Center > Summary
view to show when a project has any overdue tasks. The PM can then drill
down from there into the project and see exactly what tasks are overdue.
Once I figure out the formula for this I want to assign graphical indicators
similar to my task level formula, but I should be able to handle that aspect
(hopefully!)