Re: shared variables between subreports
- From: "spkelly@xxxxxxxxxxxxx" <spkelly@xxxxxxxxxxxxx>
- Date: 7 Dec 2006 03:02:14 -0800
I had a report with about 10 subreports... each was a separate graph or
list which together made a "one page" summary... i found that any data
you wanted "shared" from a subreport had to be in a prior section (like
header 2a before header 2b) before the value(s) could be shared with
the main report.
I'm not sure how you have yours set up... But if you really needed the
summary page first, i think the only way to do it would be to have 2
versions of each subreport... one set are suppressed in a group header
somewhere... but where the values could be shared... and the original
ones are in the report... as you have them now... I have no idea what
that would do for processing speed of the report... or how you load the
recordsets for each report...
luckily i was able to contain my subreports in about 4 footers and my
summary data could be at the end.
Good luck
rameshmeena@xxxxxxxxx wrote:
The report I'm working on has some 15+ subreports. Each subreport with
a different Stored proc as a data source. I have to create a summary
page at the beginning of the main report which summarizes data from all
of these subreports that are to follow.
For this, if I create a shared variable in the very first subreport
(which will be the summary) and have all the other subreports populate
this variable, will it work? Is there a way to set the very first
subreport to draw at the end even though it is present at the
beginning?
thanks
.
- References:
- shared variables between subreports
- From: rameshmeena
- shared variables between subreports
- Prev by Date: Need help with groups!
- Next by Date: Re: Need help with groups!
- Previous by thread: shared variables between subreports
- Next by thread: Re: Database Connector Error
- Index(es):
Relevant Pages
|