We are using MySQL 5.2 CE. We need to provide the business users a way to create their own ad-hoc report.
Could you give a suggestion and an example, if this can de done using PHP?
|
We are using MySQL 5.2 CE. We need to provide the business users a way to create their own ad-hoc report. Could you give a suggestion and an example, if this can de done using PHP? |
|||
|
|
I suppose you could wire up some gnarly PHP code that queries Or, you could go through a bit of effort to implement/deploy BIRT to your user base. However, my personal preference for doing ad-hoc querying would probably be Pentaho. There's still the overhead of deploying this to your users, but I find their documentation and implementation to be straightforward and easy-to-follow. Here's a link to using Ad-Hoc reporting in the Pentaho suite. |
|||
|
|