views:

48

answers:

1

Hi,

I am currently working on a project where reporting services are required. The database back end is built using MySQL and I would like to have something with similar functionality to say SSRS.

Does anyone have any experience with an open source solution for this? Any they would particularly recommend? It would have to be accessed via a browser.

Thanks,

David

+1  A: 

When you say "reporting service" I suppose you mean "report programming and generating system." Is that right?

http://jasperforge.org/ Jasper

http://www.eclipse.org/birt/phoenix/ BIRT

Crystal Reports, if you can deal with an non-open-source system.

These all work fine with mySQL

Unfortunately all these reporting systems are engaged in some ridiculous spin where they're telling themselves they are "business intelligence solutions" rather than report programming schemes. So, you'll do some digging through the marketing bs to find out solutions to simple problems like "how do I list sales of microbrew beer by zip code" or whatever you want to report about.

Ollie Jones
+1 BIRT is probably closer in functionality to SSRS, while Jasper has more in common with Crystal - both of the latter are "banded" report designers, while SSRS and BIRT have similar report item objects, such as tables, lists, matrix/crosstabs, etc.
Mark Bannister