Configurable Reports

Maintained by Sara Arjona, Juan Leyva
This block is a Moodle custom reports builder. You can create custom reports without SQL knowledge. It's a tool suitable for admins or teachers.
Price option: Free

Supports Moodle 1.9-5.2 See all versions
Latest release: 2 months ago
Installations: 16046
Downloads (last 90 days): 3421

Frankenstyle name: block_configurable_reports
Blocks

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

I will try to upgrade the plugin for 2.6 this christmas vacaction, have anyone tested the plugin for 2.6?
Thank you so much for such a useful plug-in! Will you be upgrading it to work with Moodle 2.6?
Hi Juan, would there be a way to create a report that would calculate the amount of time in hours and minutes that a user had been logged in to each enrolled course separately?
Hello
I would like to add an edit profile field on the report so i can use the report to update the students profile when necessary
how can i do that, i would need a link like : http://mymoodle.com/user/editadvanced.php?id=userid
Great plugin!
Is there any chance we can add a Groups filter, that only allows users to select the groups they belong to?
Thanks for a great plugin!
Very Nice !!! I was waiting for Such Nice Plugin.
I am trying for
https://moodle.org/mod/forum/discuss.php?d=224402
Thanks Again
Dear all, is there a way to allow non logged in users to see the reports? thanks in advance
Hi it seems to take me back to the /my page after installing: http://www.screenr.com/8nmH
There appears to be a problem with the zip file. It gives an error saying" The system cannot find the file specified." I have attempted the download twice and gotten the same issue.
Juan Leyva, can you post the link here for the crowd-funding project for this plug-in?
Hi Juan,
I followed the installation instruccions and everything was ok in version 2.2, but in version 2.4+ I can't install the block because it doesn't appear in the block list. Any idea?
Rob
I also using MSSQL and the way I get the date out is DateAdd.
CASE
WHEN ((prefix_grade_grades.timemodified IS NULL) OR (prefix_grade_grades.timemodified = ''))
THEN DATEADD(s,prefix_grade_grades.timecreated,'19700101')
ELSE (DATEADD(s,prefix_grade_grades.timemodified,'19700101'))
END AS "Complete",
ROUND(prefix_grade_grades.finalgrade, 0) AS "Score"
I do have a problem where records dont have dates entries (both created & modified) and that I still have to work out as to why that is the case.
Hi Juan,
I have the plug-in on Moodle 2.4 with an mssql database.
it mostly seems to work great except for the column "timecreated" which gives me a unix time stamp instead of an actual date like I get in, say "firstaccess" any idea why this would be happening and where I might look to tweak?
great job otherwise!!!
Thanks for your feedback Chris, we are planning a crowdfunding project for add new functionalities to the plugin
Hi Juan
Obvious a lot of people is using this module for different reasons. We are using it for end month reports to be transfered to our HR system. I found a restriction to 5000 records and was able to change it. Two questions:
1) Setting it onto e.g 50000 or higher, will it be a problem for Moodle or MSSQL which we are using?
2) With the above in mind, what about an selection option between screen view or directly export? Displaying 15000 records and have to scroll down to the bottom of the page is not very productive, thus the selection option.
Great module and helps a lot.