Subreport Headers

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?
 
M

Marshall Barton

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.
 
A

Anteater Alum

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.
 

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

Top