D
D.
Hi,
I seem to be doing something wrong:
I am trying to set up an alert system by graphical indicators to indicate
the number of days tasks are falling behind their scheduled completion. I
created a remaining duration colum then I created a number column where I put
the following values in the formula: IIfIIf([Remaining
Duration]=0,0,IIf([Remaining Duration]>0,1,IIf([Remaining
Duration]<5,1,IIf([Remaining Duration]>5,2,IIf([Remaining
Duration]<15,2,IIf([Remaining Duration]>15,3))))))
I also added in the graphical indicator section
equals 0 x indicator
equals 1 y indicator
equals 2 z indicator
equals 3 a indicator
For reasons that I cannot understand only t2 indicators trigger an alert:
equals 0 and
equals 1
despite the fact that the remaining duration in some instances is above 15
days ...
What am I doing wrong?
Thanks
D.
I seem to be doing something wrong:
I am trying to set up an alert system by graphical indicators to indicate
the number of days tasks are falling behind their scheduled completion. I
created a remaining duration colum then I created a number column where I put
the following values in the formula: IIfIIf([Remaining
Duration]=0,0,IIf([Remaining Duration]>0,1,IIf([Remaining
Duration]<5,1,IIf([Remaining Duration]>5,2,IIf([Remaining
Duration]<15,2,IIf([Remaining Duration]>15,3))))))
I also added in the graphical indicator section
equals 0 x indicator
equals 1 y indicator
equals 2 z indicator
equals 3 a indicator
For reasons that I cannot understand only t2 indicators trigger an alert:
equals 0 and
equals 1
despite the fact that the remaining duration in some instances is above 15
days ...
What am I doing wrong?
Thanks
D.