I have a cross tab that I am working on that groups data by month and then week on the rows and other data on the columns. everything sums fine. The problem shows up when I print. The month group is printed as shown so I have room for more columns across the page [for custs].
The problem is, on a page break, the month is split. I have that object set to stay together but it still gets split on a new page. is there a way to control this?
the rows are set up this way:
Cust1 Cust2 Cust3 Total
M week1 1 2 3 6
o week2 2 1 1 4
n Week3 4 2 3 9
t Week4
h
1
M Week1
o Week2
n week3
t Week4
h
2
On a print I get:
Cust1 Cust2 Cust3 Total
M week1 1 2 3 6
o week2 2 1 1 4
n Week3 4 2 3 9
---------page break---------
t Week4
h
1
The problem is, on a page break, the month is split. I have that object set to stay together but it still gets split on a new page. is there a way to control this?
the rows are set up this way:
Cust1 Cust2 Cust3 Total
M week1 1 2 3 6
o week2 2 1 1 4
n Week3 4 2 3 9
t Week4
h
1
M Week1
o Week2
n week3
t Week4
h
2
On a print I get:
Cust1 Cust2 Cust3 Total
M week1 1 2 3 6
o week2 2 1 1 4
n Week3 4 2 3 9
---------page break---------
t Week4
h
1