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.
Choosing a report filter "Search custom fields" me "throws out" on empty page and nothing happens anymore.
Thanks for your excellent plugin. I am looking to see if I can modify the plug-in to be able to update a profile field for several users to some value. So for example I would use the report to generate a filtered list of users and then update a profile field (for example profile_field_feespaid) to yes for all of them. Would you be kind of enough to suggest pointers to do so as in where in the code to start with, etc? Thanks for your help.
please, can you open a bug in the Moodle Tracker for the component? https://tracker.moodle.org/secure/Dashboard.jspa project contrib, COMPONENT block configurable reports
We are trying to manipulate the Configurable Reports plugin on moodle 3.1, but we encountered a problem while visualizing the bar graph as if : missing Bar Type (height, width)
Did you remember to call setType() for 'width'? Defaulting to PARAM_RAW cleaning.
• line 1320 of /lib/formslib.php: call to debugging()
• line 292 of /lib/formslib.php: call to moodleform->detectMissingSetType()
• line 203 of /lib/formslib.php: call to moodleform->_process_submission()
• line 149 of /blocks/configurable_reports/editplugin.php: call to moodleform->__construct()
Did you remember to call setType() for 'height'? Defaulting to PARAM_RAW cleaning.
• line 1320 of /lib/formslib.php: call to debugging()
• line 292 of /lib/formslib.php: call to moodleform->detectMissingSetType()
• line 203 of /lib/formslib.php: call to moodleform->_process_submission()
• line 149 of /blocks/configurable_reports/editplugin.php: call to moodleform->__construct()
Coding error detected, it must be fixed by a programmer: Function get_all_mods() is removed. Use get_fast_modinfo() and get_module_types_names() instead. See phpdocs for details
Debug info:
Error code: codingerror
Stack trace:
• line 1267 of /lib/deprecatedlib.php: coding_exception thrown
• line 46 of /blocks/configurable_reports/components/columns/usermodactions/form.php: call to get_all_mods()
• line 192 of /lib/formslib.php: call to usermodactions_form->definition()
• line 149 of /blocks/configurable_reports/editplugin.php: call to moodleform->__construct()
Thank you so much for the support of everybody in this forum.
HI! I'm hoping you see this. Is there anyway to create a report where Moodle automatically exports it using the Configurable Reports block? For example, if I want a report ran every day at 2 AM, can I do that through this block? If not, do you have any idea what can do this? I'm using Moodle 1.9.
Thanks!
After updating to the last version 3.1.0 the plugin is not workig anymore....internal server error!!!
Help...please
We have run the "course dedication" report to show how many times users have logged in and for how long. For some users it is saying the number of times they have logged in is 0, but it is also giving a time total that indicates they have logged in. Do you know why this?
Thanks
Mark
Sure, it's here: CONTRIB-6275
Thanks!
Elizabeth
(Also, I wasn't able to work around this using the Google Analytics plugin-- it just posts the Configurable Reports as a view of the course page.)
thanks for your suggestion, can you open a issue in the plugin component in the tracker?
Juan