3 Column Subreports

  • Thread starter Thread starter bw
  • Start date Start date
B

bw

I have two 3 column reports, which on their own are just fine.

However, when I make a new report and add these two as subreports, they print all of
the data, but column 1 is on page 1, column 2 is on page 2, and column 3 is on page 3.

Each of these subreports is in the Detail Section of the Main report.

Can someone explain why I'm not getting columns on the main report?

Thanks,
Bernie
 
bw said:
I have two 3 column reports, which on their own are just fine.

However, when I make a new report and add these two as subreports, they print all of
the data, but column 1 is on page 1, column 2 is on page 2, and column 3 is on page 3.

Each of these subreports is in the Detail Section of the Main report.

Can someone explain why I'm not getting columns on the main report?


It's a pain, but subreports are not aware of page
boundaries. So, when you use Down-Then-Across snaking, a
subreport's first column never knows to move to the next
column.

Across-Then-Down snaking works the same on main and on
subreport.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top