Yes sir, EntText36 to be exact.
I tried w/out the % the first run and ended in error.
Both statements are syntactically correct so they're accepted; however
in
play they return "#ERROR"
Maybe a datatype issue? I can't find a log with this level of detail.
I will keep pluggin away until I figure it out and reply back.
Is there a best practice for defining a projects Budget Health other
than
measuring cost variance?
Thanks for all that you do for this community!
PSD
:
PSD --
I assume you are using a custom enterprise Text field, correct? If
so,
then
take out the percent signs (%) in the numbers you are testing. The
revised
formula should be:
IIf(([CV%]<0),"G",(IIf((([CV%]>0) And
([CV%]<10)),"Y",(IIf(([CV%]<10),"R"," - ")))))
Does this give you the result you seek? Let us know and we will try
to
help.
"projectserverdragon" <
[email protected]>
wrote
in message I am getting an error on this formula... any ideas?
IIf(([CV%]<0%),"G",(IIf((([CV%]>0%) And
([CV%]<10%)),"Y",(IIf(([CV%]<10%),"R"," - ")))))
thansk,
PSD