Jump to content
JasperReports Library 7.0 is now available ×

Multiple SQL


ehssame

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 9 years later...

Without sub-report:
If you dont want to use sub-reports, you could create a view in your database were you join your needed data.
Or use subqueries, or something like WITH-Queries (https://www.postgresql.org/docs/9.4/static/queries-with.html)

With sub-report:
You can use several sub-reports in your main-report
(optional: each of this sub-report could connect to a different database)

Link to comment
Share on other sites

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