Hi !
First of all thank you so much for Forena Reports. Its a great module.
Today I saw screencasts of FR on youtube. I noticed that in order to create a report , we first need to write sql queries using some other software. It can be really awesome if these queries can be written in drupal itself through UI. There can be a form like this:
Select [text input box]
Group by [text input box]
etc.
Is it possible?
Thanks again!
Comments
Comment #1
metzlerd commentedI have thought of writing a query builder for this module, it is certainly possible, but it will likely be a separate module due to the security implications of arbitrary SQL being run against the db. In the meantime consider using a tool like phpmyadmin. If you are using a hosting provider with cpanel, you can also use the file editor on CPANEL to save the queries directly to your site.
Thanks for the feedback.
Comment #2
nikkubhai commentedOh Yes.I did not realize the security concerns. Yes, I will use phpymyadmin. Thanks for your reply. :)
Comment #3
metzlerd commentedThis was build in 7.x-3.x as the forena_query module. It supports saving of qureies into the database.