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

Construct drill down report under Jasper?


emilly

Recommended Posts

I am beginner in jasper reports. I have creates simple reports to start with where i am using spring with jasper report. Here i did pass the datasource(as JRBeanCollectionDataSource) under parameter map to jasper template where i am displaying user records. Work great.

Now on click off addess under main report, i want to display deatiled address report(kind of drill down report) . What i want is pass the userdId from main report to my web application(hosted on tomcat) which fetches the address data and pass it on to drill down address report template(something i did it for main report).

But i did not get any example related to it.Any help here ?

Some links suggest :-

1) I need to download JasperReport server. Is it mandatory ? 2) Some half baked examples make use of query from report template. What if i need to pass the data from java based on id passed from main report?

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi Emily,

You can do drill down in jaspersoft using hyperlink but hyperlink work with jasperserver based reports which you can publish through iReport or jasper studio. You can pass parameters to another report or same report through theough hyperlink and then pass these parameters to your input controls and then it works as drill down report.

Thanks,

Ajinkya

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