Ad-hoc database queries
Maintained by
Tim Hunt, Mahmoud Kassaei, Hieu Vu Van
This report plugin allows Administrators to set up arbitrary database queries
to act as ad-hoc reports. Reports can be of two types, either run on demand,
or scheduled to run automatically. Other users with the right capability can
go in and see a list of queries that they have access to. Results can be viewed
on-screen or downloaded as CSV.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Thanks, a greeting
Debug info: Unknown column 'queryparams' in 'mdl_report_customsql_queries'
ALTER TABLE mdl_report_customsql_queries ADD querylimit BIGINT(10) NOT NULL DEFAULT 5000 AFTER queryparams
This is my favourite Moodle plugin. Do the reports run concurrently or one by one? Thanks, Andrew
Coding error detected, it must be fixed by a programmer: Trying to reference an unknown block region side-pre
I switched to Essential and [Add a new query] is available. Fortunately I'm doing this on a sandbox server -- I could not change the site wide theme on the fly for our Production server.
First of all thanks for this great plugin. Makes life a lot easier.
I am creating a custom report page with all students ranked as per their grades in a course. I want to be able to show their earned badges as well but just need to know if that's possible.
I am not a SQL guy so please don't mind if this is a dumb question.
I can access their badgeid from mdl_badge_issued table which is working fine right now with a LEFT JOIN. but not able to find a way to show badge images there.
The other way of doing it, is maybe taking the badge id and using it as a part of an img link. But will need to get these data to a separate page for that.
Any help is really appreciated.
I am using 2.5.1+
Thanks,
Sumanta