Is there any way of formatting a cross tab so that every other row has a different background colour?
I created the following formula and applied it to the background of each column on the cross tab but the colouring goes out of synch and the cross tab ends up looking like a chess board!
whileprintingrecords;
numbervar c;
c:=iif(c=255,100,255);
color (0,0,c)
Anyone have any ideas?
Thanks,
Dan Austen
I created the following formula and applied it to the background of each column on the cross tab but the colouring goes out of synch and the cross tab ends up looking like a chess board!
whileprintingrecords;
numbervar c;
c:=iif(c=255,100,255);
color (0,0,c)
Anyone have any ideas?
Thanks,
Dan Austen