N
Napone
I'm trying to show an indicator of no entry in the Baseline1 Finish column.
One formula works fine alone but when mixed with other formulas i get nothing.
Formula 1.
Switch([Baseline1 Finish]=ProjDateValue("NA")=-1,"No Baseline") works fine.
If I add to the following:
Formula 2.
Switch([Baseline1 Finish]=ProjDateValue("NA")=-1,"No
Baseline",ProjDateDiff([Baseline1 Finish],[Finish])/480>=2,"Late by more than
1 day",ProjDateDiff([Baseline1 Finish],[Finish])/480>-7,"Review in 7
days",True,"On schedule")
I get nothing as a result. I know formula 2 without formula 1 add on works.
I just combined the two and it doesn't work. Is there a bug in the Switch
formula?
-Napone
One formula works fine alone but when mixed with other formulas i get nothing.
Formula 1.
Switch([Baseline1 Finish]=ProjDateValue("NA")=-1,"No Baseline") works fine.
If I add to the following:
Formula 2.
Switch([Baseline1 Finish]=ProjDateValue("NA")=-1,"No
Baseline",ProjDateDiff([Baseline1 Finish],[Finish])/480>=2,"Late by more than
1 day",ProjDateDiff([Baseline1 Finish],[Finish])/480>-7,"Review in 7
days",True,"On schedule")
I get nothing as a result. I know formula 2 without formula 1 add on works.
I just combined the two and it doesn't work. Is there a bug in the Switch
formula?
-Napone