C
chris
I have a custom NUMBER field num1 with a formula that is based on a custom FLAG field (flag1) and I want to have a graphical indicator based on the result of num1 only when its true. The formula I have for NUM1 is
IIf([Flag1]=Yes,[Finish]-[Start],-1
Then for the graphical indicator I hav
equal zero -> indicator
less than or equal to # -> indicator
greater than # -> indicator
less than 0 -> indicator D = blan
However, I'm not getting what I want. I want the indicator to be blank if the flag is No ie; returned the falsepart -1 ? Can anyone help with getting the formula right for what I want
IIf([Flag1]=Yes,[Finish]-[Start],-1
Then for the graphical indicator I hav
equal zero -> indicator
less than or equal to # -> indicator
greater than # -> indicator
less than 0 -> indicator D = blan
However, I'm not getting what I want. I want the indicator to be blank if the flag is No ie; returned the falsepart -1 ? Can anyone help with getting the formula right for what I want