V
Vit @ OZ
Hi all!!!
I have created a custom enterprise project field in Project Server
2007.
The calculation is the following:
Schedule (Project Level)
IIf([Enterprise Number1]>=0,"On Schedule",IIf([Enterprise Number1]<-5,"Late
by more than 5 days","Late"))
Enterprise Number 1(Days Slippage)
IIf([% Complete]=100,"0",(ProjDateDiff([Current
Date],[Finish],"Standard")/480))
On Shedule = green light
Late by more than 5 days = yellow light
Late = red light
I have added my graphical indicator to a view in Project Web Access
(PWA) and then republished all Projects. This works and all Projects
are given a green light. However, after a week of not updating
Projects, the graphical indicator is not updated in my PWA view - all
Projects still have the same light indicator.
I thought that enterprise fields are now calculated in Project Server
not Project Professional. Can someone confirm this and provide some
advice or have I got this all wrong?
I am using Project Server 2007 and Project Professional 2007 (what about on
the 2003 version???)
is there a way to update the indicato by sql/macro/vba or anything else???
thanks to everybody.
Vit
I have created a custom enterprise project field in Project Server
2007.
The calculation is the following:
Schedule (Project Level)
IIf([Enterprise Number1]>=0,"On Schedule",IIf([Enterprise Number1]<-5,"Late
by more than 5 days","Late"))
Enterprise Number 1(Days Slippage)
IIf([% Complete]=100,"0",(ProjDateDiff([Current
Date],[Finish],"Standard")/480))
On Shedule = green light
Late by more than 5 days = yellow light
Late = red light
I have added my graphical indicator to a view in Project Web Access
(PWA) and then republished all Projects. This works and all Projects
are given a green light. However, after a week of not updating
Projects, the graphical indicator is not updated in my PWA view - all
Projects still have the same light indicator.
I thought that enterprise fields are now calculated in Project Server
not Project Professional. Can someone confirm this and provide some
advice or have I got this all wrong?
I am using Project Server 2007 and Project Professional 2007 (what about on
the 2003 version???)
is there a way to update the indicato by sql/macro/vba or anything else???
thanks to everybody.
Vit