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

How to create Drill Down in Reports


csharbel

Recommended Posts

Hi

 

Can any of you tell me how we can create drill down in reports. That is clicking on one band in a report should open another report showing some detail pertaining to the band by passing some information to the opened report.

 

Regards,

Sharbel

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

I did see some posts about creating a link on the row where you want to drill down -- the link will call a servlet (that you write). The servlet takes parameter information and then runs a new jasper report showing the next level for the drill down.

 

you can use Jasper Intelligence.

 

I also found an open source product OpenReports. This product supports drilldown. I'm looking at that for a solution.

 

http://www.oreports.com/

 

If you find anything else, please let me know.

 

thanks

 

Kim

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

Hi,

 

So, we decided this was too much work to build and support using Jasper Reports. The final answer is you really need to build a tree control on top of the html (maybe using ajax).

 

So, at this point for the drill down/tree control we're looking for other solutions that aren't Jasper.

 

Sorry we didn't get something going here. :(

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