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.
1) single entry for cron in crontab, not in cron.hourly
2) it will only run once a day, so if the custom query ran at 8:00 today and you reschedule it for 10:00 it will not run again today (unless you set lastrun to 0 in mdl_report_customsql_queries)
Stumbled across this..
Starting admin reports
Processing cron function for report_customsql...
... started 12:00:02. Current memory use 59.9MB.
... Looking for old temp CSV files to delete.
done. (2 dbqueries, 0 seconds)
I know the query is good since the exact same one can be run on-demand
Any ideas?
Thanks
So maybe someone knows what to add for the sql database query?
Tim
When I schedule a run of a sql query it never runs. The command crontab -l shows nothing scheduled and I see no cron.php in the report/customsql directory
Is there something I need to do to have a query run at a specific time?
Thanks
Tim
Hi,
I'm wondering if anyone has written AN SQL query for generating an attendance report for all students for all courses?
Love the power of this!
We are using this tool to collect daily attendance to be imported to our SIS. Ideally I would like to have the csv file automatically dropped to ftp. The few extra steps we take daily to download the report and place it in a file is mildly annoying. BUT that being said is still 1000 times better than collecting and posting attendance by hand. Not complaining, I am very grateful for this tool. Just a suggestion regarding the ftp drop.