J
Jesper Elkjær
To get an overview of the progress of the projects in my portfolio, I would
like to set up a view in Web Access that tells me if a project is: On
schedule, A little late, Very late or Complete. The status of the projects
should be indicated via Graphical Indicators (green, yellow, red, check
mark). These Graphical Indicators should be visible both at project level
and task level.
In Project Professional there is a standard field called "Status". This
field has a lot of the functionality that I am looking for in Web Access. As
this field is a calculated field and therefore doesn't exist in the database
you can't just put the "Status" field into an Enterprise Custom field and
put Graphical Indicators on that.
How the "Status" field is calculated:
- If the task is 100 percent complete, then Microsoft Office Project 2003
sets the Status field to Complete.
- If the task start date is greater than the status date, then the Status
field contains Future Task.
- If timephased cumulative percent complete is spread to at least the day
before the status date, then the Status field contains On Schedule.
- If the timephased cumulative percent complete does not reach midnight on
the day before the status date, then the Status field contains Late.
My question is how you program these different if statements into an
Enterprise Custom field and convert the value into a format that makes it
possible to set up Graphical Indicators on it.
My idea:
To evaluate if a task is late or not, I was thinking that you could convert
the "% complete" value to a date by using the Start date and then compare
the calculated date to the "status date". And then evaluate on the variation
between these to dates. But how do you do this with an Enterprise Custom
field?
As I find this issue to be a general one, I hope that there are others that
have a solution to this issue.
Regards,
Jesper
like to set up a view in Web Access that tells me if a project is: On
schedule, A little late, Very late or Complete. The status of the projects
should be indicated via Graphical Indicators (green, yellow, red, check
mark). These Graphical Indicators should be visible both at project level
and task level.
In Project Professional there is a standard field called "Status". This
field has a lot of the functionality that I am looking for in Web Access. As
this field is a calculated field and therefore doesn't exist in the database
you can't just put the "Status" field into an Enterprise Custom field and
put Graphical Indicators on that.
How the "Status" field is calculated:
- If the task is 100 percent complete, then Microsoft Office Project 2003
sets the Status field to Complete.
- If the task start date is greater than the status date, then the Status
field contains Future Task.
- If timephased cumulative percent complete is spread to at least the day
before the status date, then the Status field contains On Schedule.
- If the timephased cumulative percent complete does not reach midnight on
the day before the status date, then the Status field contains Late.
My question is how you program these different if statements into an
Enterprise Custom field and convert the value into a format that makes it
possible to set up Graphical Indicators on it.
My idea:
To evaluate if a task is late or not, I was thinking that you could convert
the "% complete" value to a date by using the Start date and then compare
the calculated date to the "status date". And then evaluate on the variation
between these to dates. But how do you do this with an Enterprise Custom
field?
As I find this issue to be a general one, I hope that there are others that
have a solution to this issue.
Regards,
Jesper