Subreport Headers

  • Thread starter Thread starter Anteater Alum
  • Start date Start date
A

Anteater Alum

I have subreport with a header that should repeat with different
values, but only the first one is showing up in the subreport.

I should be getting this in the report:

Header: 1 text
Detail: data
Footer: 1 text
Header: 2 text
Detail: data
Footer: 2 text

..... but I'm only getting this:

Header: 1 text
Detail: data
Footer: 1 text

When I run the subreport on it's own, it shows what I should be
getting, but looking at it in the main report as a subreport, I only
get the second one.

Any suggestions?
 
Anteater said:
I have subreport with a header that should repeat with different
values, but only the first one is showing up in the subreport.

I should be getting this in the report:

Header: 1 text
Detail: data
Footer: 1 text
Header: 2 text
Detail: data
Footer: 2 text

.... but I'm only getting this:

Header: 1 text
Detail: data
Footer: 1 text

When I run the subreport on it's own, it shows what I should be
getting, but looking at it in the main report as a subreport, I only
get the second one.


Check the Link Master/Child properties in the subreport
**control** to see if is limiting the subreport's data to a
single group.
 
Thanks. I actually changed the grouping level on the subreport so that
it didn't have to keep the groups all together. I think that was the
problem.
 
Back
Top