V
Vistool
We currently track our projects as "late" if the Project Finish Date is later
than its baseline. I have a custom field set up for graphical indicators
written for project server 2007, and it works fine.
We would like to start tracking these by task instead. In other words, if a
single task is running behind, the entire project would be tracked as late.
I would also like to track the total of tasks that are running late in a job.
I would like the end result to basically be -
A view with a graphical indicator that will change from green to yellow if a
single task is behind schedule.
A column that lists the total number of tasks that are running behind.
I'm pretty new to Project Server (and Project in general) and could use some
help with the custom field. All I can come up with now is -
iif([Project Status]<>"3_On Schedule",1,0)
"3_On Schedule" is the value i give the task as long as it is at or ahead of
schedule.
This gives the column a value of 1 if the task is late...but if more than 1
late task is present, the 2nd one wont have a value of 2 etc.
I assume I'm missing something dumb due to inexperience and would appreciate
any help you guys can give me.
than its baseline. I have a custom field set up for graphical indicators
written for project server 2007, and it works fine.
We would like to start tracking these by task instead. In other words, if a
single task is running behind, the entire project would be tracked as late.
I would also like to track the total of tasks that are running late in a job.
I would like the end result to basically be -
A view with a graphical indicator that will change from green to yellow if a
single task is behind schedule.
A column that lists the total number of tasks that are running behind.
I'm pretty new to Project Server (and Project in general) and could use some
help with the custom field. All I can come up with now is -
iif([Project Status]<>"3_On Schedule",1,0)
"3_On Schedule" is the value i give the task as long as it is at or ahead of
schedule.
This gives the column a value of 1 if the task is late...but if more than 1
late task is present, the 2nd one wont have a value of 2 etc.
I assume I'm missing something dumb due to inexperience and would appreciate
any help you guys can give me.