I have a report that uses cross tabs in sub reports. I am trying to compress the spacing and cannot seem to find a place to do that. I need to make columns height smaller. I've been looking in the cross tab expert.
Also, do cross tabs allow alternating row colors for columns?
I tried this for a specific column:
whileprintingrecords;
numbervar d;
d := iif(d=100,255,100);
color(255,255,d);
and it worked. It colors the data in the column (looks a little funny) but I would like the whole column itselft to be colored.
Thank you.
Edited by snufse - 06 Mar 2009 at 8:27am