Hi
If you want to show only 3 columns in each page then do this.
1.modify the above formula like below and
2.create a group on this and place your cross tab in group header
3.right click on group header section->change group->options->check new page after
whilereadingrecords;
numbervar c1; numbervar c2;
if remainder(c1,3) = 0
then (c1 := c1 + 1; c2 := c2 + 1;)
else (c1 := c1 + 1; c2;)