matrix spanning mult pages\headings missing

I have a matrix within a group. Also within the group are some textboxes which contain fields I need to display above (like group name). The problem is that the matrix columns are spanning multiple pages and the number of rows also span multiple pages. The textboxes above the matrix are only showing on the first page.

I will try to show a picture of what I mean. Page 1 is the first report page with the matrix and textbox1 is the group name. Notice the textbox is missing from page 2 and page 4 ... this is my problem. The group has more columns than can fit on a page and also more rows than can fit on a page. So it puts col 1 and 2 on the first page for rows 1 - 4 and then col 3 and 4 on page 2 for rows 1 - 4. (This is oversimplified just for example - there are actually like up to 20 columns and this group has about 50+ rows) I have tried putting the group name textbox in rectangle and that doesnt help.

page 1

textbox1

-----------------------------
| C1 | C2 |
row 1 | col1 | col2 |
row 2 | col1 | col2 |
row 3 | col1 | col2 |
row 4 | col1 | col2 |


page 2

-----------------------------
| C3 | C4 |
row 1 | col3 | col4 |
row 2 | col3 | col4 |
row 3 | col3 | col4 |
row 4 | col3 | col4 |


page 3

textbox1

-----------------------------
| C1 | C2 |
row 5 | col1 | col2 |
row 6 | col1 | col2 |
row 7 | col1 | col2 |
row 8 | col1 | col2 |


page 4


-----------------------------
| C3 | C4 |
row 5 | col3 | col4 |
row 6 | col3 | col4 |
row 7 | col3 | col4 |
row 8 | col3 | col4 |



Answer this question

matrix spanning mult pages\headings missing

  • matrix spanning mult pages\headings missing