I have read every thread on this subject. This is quite frustrating. In my grid I have one column that has a dollar amount. I want it to be red if negative or black if >= o.
I tried "IIF(amount<0, RGB(255,0,0),RGB(0,0,0) )" in the dynamicforecolor property but it does not work.
Any help would be well appreciated.
Thanks!!!
I tried "IIF(amount<0, RGB(255,0,0),RGB(0,0,0) )" in the dynamicforecolor property but it does not work.
Any help would be well appreciated.
Thanks!!!