hi,
i have cross tab report.
Trying to conditionally show the color of cell based on another field .
i have 2 fields as 2 row field1 and field2
if field2 >0 then field green
what i did
selected a cell(field2) ->right click->common->suppress->x+2 and enter:
whileprintingrecords;
numbervar mis_days :=currentfieldvalue;
true -- no needs to display a field in cross tab
then
selected a cell(field1) ->right click->change border->background->x+2 and enter:
whileprintingrecords;
numbervar mis_days;
if currentfieldvalue <> 0 and mis_days > 0 then crlime else crwhite
does not work for me
any help will be appriciated
Nat
i have cross tab report.
Trying to conditionally show the color of cell based on another field .
i have 2 fields as 2 row field1 and field2
if field2 >0 then field green
what i did
selected a cell(field2) ->right click->common->suppress->x+2 and enter:
whileprintingrecords;
numbervar mis_days :=currentfieldvalue;
true -- no needs to display a field in cross tab
then
selected a cell(field1) ->right click->change border->background->x+2 and enter:
whileprintingrecords;
numbervar mis_days;
if currentfieldvalue <> 0 and mis_days > 0 then crlime else crwhite
does not work for me
any help will be appriciated
Nat