Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Subreport Shared Variable - hiding

Status
Not open for further replies.

huester

Programmer
Mar 10, 2003
2
AU
I have a subreport in the group header which calculates a variable which is shared to the main report.

The main report then processes this value. All works gret except that as the subreport runs many times, I've found that the group header section that it is in, cannot be hidden or suppressed otherwise the variable is not calculated. By not hiding the section, I effectively am creating large gaps between the data.

So, after all that, is there a way of using the shared variable of a subreport, which is hidden in the main report ??
 
Make the main report section very small, and whilst suppressing all your subreport sections, ensure that the main report section is set to Underlay Following Sections.

Naith
 
Thanks Naith. That works ok if the section following was visible but it isn't.

I can understand why the subreport won't fire if the section is suppressed but I thought by hiding it that it would fire up.

Oh well, suppose I've got to live with it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top