I want to create several reports that collect data from several SQL tables. Therefore, instead of creating another report that I want to create (or use any open source code), I searched for it, but still have not found enough information to try one.
Following are my requirements:
Filters : Support for different types of Filtering mechanism for the End User DataSource : SQL Table UI : user Defined UI for every user (user specific information can be persisted in DB) Number of concurrent users : 10 (Max) server : tomcat Support for graph/Charts javascript support for customizable UI
I heard about the Jasper / birt structure, but I don't have working knowledge for any 1 of them, so someone might guess if there is an openource infrastructure that I can use for the above requirements.
source share