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.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
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
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!
I am trying for
https://moodle.org/mod/forum/discuss.php?d=224402
Thanks Again
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?
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.
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!!!
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.