Reputation: 22030
I'm currently evaluating the main FOSS report generators. One of the features I'm looking for is the ability to manipulate the presentation of data when the report is presented on the browser:
The idea is to let the users play with the results presented to them, without having to create a new report or modify the underlying query. So:
Would love to get answers regarding either BIRT, JasperReport of Pentaho.
Upvotes: 3
Views: 4308
Reputation: 1503
OpenReports have some ajax functionalities on web reporting. I am pretty sure that you can use JSF + Jasper Reports to generate a dynamic web report as well.
hope this helps
Upvotes: 2
Reputation: 236
Actually. I did some similar research and couldn't find any software doing true ad hoc reports. OpenReports used to be a good enough thing, but it seems discontinued. What Jasper and birt report servers offer (in the oss version) is more of a reporting template repository and some scheduling / automatic reports. For the ad hoc features you have to get the paid version.
Upvotes: 3
Reputation: 21434
BIRT has a community edition simple report server sample called BIRT Runtime that you can deploy on Tomcat.
However as a web application, its functionality is not comparable to JasperReports Server.
Actuate however, does provide a flagship commercial BIRT Report Server.
Upvotes: 2