Stellar! I should have figured that one out...nonetheless thanks yet
again
for your valuable wisdom!
PSD
:
projectserverdragon --
Yes, you can apply the test at the task level as well as at the
project
level. You could create a custom enterprise task Flag field with the
same
formula and the same Graphical Indicator criteria. In fact, I created
the
formula in a task field to test it before I sent you my previous
response!
Remember to roll up the formula to summary rows, and remember to roll
up
the
Graphical Indicator criteria to summary rows as well. Hope this
helps.
"projectserverdragon" <
[email protected]>
wrote
in message Got it!
Is there a way to do this at the task level?
I don't want them to clear the baseline for a task that is Red or
going
to
be soon...
Wouldn't the project level still reflect that the project was
baselined
in
this case?
:
projectserverdragon --
Here's what I would do if it were up to me. I would create custom
enterprise project Flag field named Is Baselined. In it, I would
enter
the
following formula:
IIf([Baseline Start] < > ProjDateValue("NA"), True, False)
Then I would set up Graphical Indicator criteria as follows:
Equals Yes Green smiley face
Equals No Red unhappy face
If you create this custom field, you can add it to a special PWA
that
view
that only the Project Server administrator can see (via a custom
Category
added to the Administrators group) and you can tell at a glance who
has
cleared the Baseline information out of their projects. Then use
this
information to determine which project managers need to be FIRED,
since
by
clearning the Baseline information in their projects, they are
LYING
about
the current state of their projects. I can't imagine how your
organization
could tolerate a situation like this, but I'm sure we have all seen
worse
situations than this.
Hope this helps.
"projectserverdragon"
<
[email protected]>
wrote
in message
I have some PMs who are trying to get tricky and clear baselines
after
they
are exstablished in order to always show green.....
Is there a solution I could build that would set a projects
Budget
and
Schedule Health to RED if there was a Zero value baseline?
I currently leverage the following expressions:
Budget
IIf(([CV%]>=0),"G",(IIf((([CV%]<0) And
([CV%]>-10)),"Y",(IIf(([CV%]<-10),"R"," N/A ")))))
Schedule
IIf(([SV%]>=0),"G",(IIf((([SV%]<0) And
([SV%]>-10)),"Y",(IIf(([SV%]<-10),"R"," N/A ")))))