A
anovak
I have a stoplight indicator using the following formula:
Switch([% Complete]=100,"0",
[Finish]>now(),"1",
[Finish]=now(),"2",
[Finish]<now(),3)
I also have graphical indicators as follows:
"0" check mark
"1" green
"2" yellow
"3" red
The third one (yellow) doesn't seem to "fire" eventhough I have a
situation where the finish date is today's date. Is there some
function I need to use to make sure the date AND time isn't taken into
consideration?
Thanks,
Andy Novak
University of North Texas
Switch([% Complete]=100,"0",
[Finish]>now(),"1",
[Finish]=now(),"2",
[Finish]<now(),3)
I also have graphical indicators as follows:
"0" check mark
"1" green
"2" yellow
"3" red
The third one (yellow) doesn't seem to "fire" eventhough I have a
situation where the finish date is today's date. Is there some
function I need to use to make sure the date AND time isn't taken into
consideration?
Thanks,
Andy Novak
University of North Texas