M
mike.wilson
I'm using the following formula to display a graphical indicator on
Cost Variance.
IIf([Baseline Cost]=0,4,IIf(([CV%]*100)>15,3,IIf(([CV%]*100)>5,2,1)))
Green = 1
Yellow = 2
Red = 3
White = 4
I want to display a white circle when the Baseline Cost is 0, but I
haven't been ablet to get this to work. Any ideas?
Cost Variance.
IIf([Baseline Cost]=0,4,IIf(([CV%]*100)>15,3,IIf(([CV%]*100)>5,2,1)))
Green = 1
Yellow = 2
Red = 3
White = 4
I want to display a white circle when the Baseline Cost is 0, but I
haven't been ablet to get this to work. Any ideas?