Jump to content
We've recently updated our Privacy Statement, available here ×

Report Book creating multiple reports.


GonzaLinares
Go to solution Solved by szaharia,

Recommended Posts

Found out this way of creating a report formed by other reports (Report Book).
Managed to make it work, but not very well. When i run the master main report, it execute in order the reports i put in content.
The problem is, it generate like a loop and keep generating the content report again and again.
What could be the reason of this behaviour ?

In case i was not clear.
I have a master report (Report book).
I put 3 report into it.
When i execute it, it generate the 3 tab (one for each report) that it should generate,but then it enters a loop and keep generating those 3 tab.

All report are using same JDBC connection, and all of them use same query.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution

If the master report shares the JDBC connection with those 3 reports, then modify the query in the master report only, to return only a single record from DB. Don't modify the queries in the other 3 reports.
With a single record in the master report main dataset, the inner reports should be printed only once, each one in its own tab.

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...