Hi all, I am trying to conditionally format the negative values in my subfoot line. I have it working for data lines, Grand Totals and my subtotals. But for subfoot it doesn't work as described in the manual.
Below is my trial attempts. The first line will color the field red unconditionally, meaning it will always print red regardless of the value. The second line remains black regardless of the value, meaning to me the syntax is incorrect.
Does any one have an idea of what I'm doing wrong?
Below is my trial attempts. The first line will color the field red unconditionally, meaning it will always print red regardless of the value. The second line remains black regardless of the value, meaning to me the syntax is incorrect.
Does any one have an idea of what I'm doing wrong?
Code:
TYPE=TABFOOTING, OBJECT=FIELD, ITEM=4,COLOR='RED',STYLE=NORMAL,$
TYPE=TABFOOTING, OBJECT=FIELD, ITEM=5,COLOR='RED',STYLE=NORMAL,WHEN=ST.DLY%_WTD LT 0,$