How to combine 2 reports / sub reports won't work

  • Thread starter Thread starter Andre Beier
  • Start date Start date
A

Andre Beier

Hi,

I have created 2 reports that are completely independent from each other
except that they belong to the same master record.
However, I want to put them together into the same report that has the
masterid in the header of the report. I tried to put both as a subreport
into the master report, but this causes a lot of problems with the layout
e.g. the pageheader of the subreport will be only displayed on the first
page but not on subsequent pages since the "pointer" of the page counter is
on the master report.

I really don't know how what else to try, I really need to have both reports
together somehow.

Thanks in advance for your help.

Andre
 
Is your only issue, the lack of Page Sections in the subreports? If so, add
a new primary sorting and grouping level in the subreport and set its
Field/Expression to
=1
Display is group header. Set the Repeat Section property of the =1 Group
Header to Yes. Use this new group header as the page header.
 
Back
Top