LordNightwinter
New member
- Local time
- Today, 05:17
- Joined
- Sep 9, 2015
- Messages
- 5
I'm trying to write an expression in access. The parameters are a little complex. Of course, since something is wrong in the code it always returns W in the column.
SPI Color: IIf([Schedule Performance Index (SPI)]=">.9 or <=1.1","G",IIf([Schedule Performance Index (SPI)]=">=.8","Y",IIf([Schedule Performance Index (SPI)]="<.8","R",IIf([Schedule Performance Index (SPI)]="<1.1","B","W"))))
Help!
SPI Color: IIf([Schedule Performance Index (SPI)]=">.9 or <=1.1","G",IIf([Schedule Performance Index (SPI)]=">=.8","Y",IIf([Schedule Performance Index (SPI)]="<.8","R",IIf([Schedule Performance Index (SPI)]="<1.1","B","W"))))
Help!
