J
Jay
I am getting strange results with a project-level custom field which
has a formula and a graphical indicator. When I add the custom field
inside Project Professional 2003, some rows show one indicator and
others show a different indicator. This is, of course, unexpected for a
project-level field; all rows should display the same indicator.
I tried to boil it down to a simple, and hopefully repeatable, example.
Use this formula on an Enterprise Project Text field:
IIf([Actual Duration]/[Duration]>0.5,"A","B")
Set your graphical indicator to Red if the formula equals "A", and
Green for everything else (don't test for "B").
On rows where the Duration = 0, the indicator always shows Green, no
matter what the indicator shows on Task 0. The hovertext is the same
for each row (and it matches row 0), only the graphical indicator is
different.
In the formula, the division by Duration is important because you can
generate an error if you divide by zero. I think the error is what is
throwing the wrong indicator (even though the hovertext does not
change).
Look like a bug or am I missing something?
We're running Project Server 2003 SP2a, and Project Pro 2003 SP2.
has a formula and a graphical indicator. When I add the custom field
inside Project Professional 2003, some rows show one indicator and
others show a different indicator. This is, of course, unexpected for a
project-level field; all rows should display the same indicator.
I tried to boil it down to a simple, and hopefully repeatable, example.
Use this formula on an Enterprise Project Text field:
IIf([Actual Duration]/[Duration]>0.5,"A","B")
Set your graphical indicator to Red if the formula equals "A", and
Green for everything else (don't test for "B").
On rows where the Duration = 0, the indicator always shows Green, no
matter what the indicator shows on Task 0. The hovertext is the same
for each row (and it matches row 0), only the graphical indicator is
different.
In the formula, the division by Duration is important because you can
generate an error if you divide by zero. I think the error is what is
throwing the wrong indicator (even though the hovertext does not
change).
Look like a bug or am I missing something?
We're running Project Server 2003 SP2a, and Project Pro 2003 SP2.