Combining Reports

  • Thread starter Thread starter FlyBoy
  • Start date Start date
F

FlyBoy

I have 25 reports (all the same information, but each on
a different project) that I would like to combine into
one report. Is this possible? If so, how would I do
something like this?
 
Why would you have 25 reports with all the same information? Shouldn't you
have one report that includes information from 25 different projects?
 
Duane:
There is a separate report written for each project as
the project managers want the ability to generate a
report on their specific project at will.

The report I need to make is used by senior management
who want to see the status of all 25 of these projects.

My problem really was in that there was no way to
differentiate what projects were included on the master
report senior management wanted to see. We have over 100
projects on our ProjectServer.

I just added a field to the ProjectServer SQL database
that allows me to break out the projects needed for the
master report and sort them accordingly. Problem solved.

Thanks for your response.
 
FlyBoy:

You can either add them all as sub reports of one main report (shrink them
down and set their can grow property to true and add a page break between
each), or you could print them all to PDF files and Merge them into one
file. If you want to do that programatically, then check out our PDF and
Mail Library, Pro or Pro Plus edition.
 
Back
Top