M
mistux
I don't understand what is going on with the math and why this dosen'
work.
I have two fields:[MAX I Design] and [MAX I Calculated] and one calle
[Delta] that has the following as it source:
=IIf([MAX I Calculated]="","",
IIf([MAX I Design]>=[MAX I Calculated],"OK",
IIf([MAX I Calculated]-[MAX I Design]>5000,"ALERT1",
IIf([MAX I Calculated]-[MAX I Design]>4000,"ALERT2",
IIf([MAX I Calculated]-[MAX I Design]>3000,"ALERT3",
IIf([MAX I Calculated]-[MAX I Design]>2000,"ALERT4",
IIf([MAX I Calculated]-[MAX I Design]>0,"ALERT"))))))
12,000 and 10,000 I get "OK"
12,000 and 999 I get nothing, it is just blank
12,000 and 3000 I get "ALERT"
12,000 and 1000 I get "OK"
Why is 1000 >= 12,000 but not 999??
work.
I have two fields:[MAX I Design] and [MAX I Calculated] and one calle
[Delta] that has the following as it source:
=IIf([MAX I Calculated]="","",
IIf([MAX I Design]>=[MAX I Calculated],"OK",
IIf([MAX I Calculated]-[MAX I Design]>5000,"ALERT1",
IIf([MAX I Calculated]-[MAX I Design]>4000,"ALERT2",
IIf([MAX I Calculated]-[MAX I Design]>3000,"ALERT3",
IIf([MAX I Calculated]-[MAX I Design]>2000,"ALERT4",
IIf([MAX I Calculated]-[MAX I Design]>0,"ALERT"))))))
12,000 and 10,000 I get "OK"
12,000 and 999 I get nothing, it is just blank
12,000 and 3000 I get "ALERT"
12,000 and 1000 I get "OK"
Why is 1000 >= 12,000 but not 999??