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.

Hi Juan,
Is the latest version also compatible with Moodle 2.8? If not, when do you think it will be updated?
Thanks, Fred
Hello Manuel, nope, is not possible to calculate the dedication time for a section
Hello Manuel, nope, is not possible to calculate the dedication time for a section
Hi Juan, is possible to know dedication time for a Section (not a course) ?? Thanks
Is there any way to make the Report table horizontally scrollable for reports that have a lot of columns?
I found the error! Thanks for responding smile
Hi Nano,
that error is about the mod_reports plugin that is a different plugin that configurable reports
Hello Juan,
Moodle just forced me to update your plugin so I did, but it doesn't want to update. It shows this error (I'm using Moodle 2.7)
Any ideas on what can I do?
Thanks,
Invalid file 'bootstrap-hover-dropdown.js' specified in jQuery plugin 'hoverdropdown' in component 'theme_gourmet'
line 508 of /lib/outputrequirementslib.php: call to debugging()
line 158 of /theme/gourmet/lib.php: call to page_requirements_manager->jquery_plugin()
line 531 of /lib/outputlib.php: call to theme_gourmet_page_init()
line 800 of /lib/outputrenderers.php: call to theme_config->init_page()
line 2577 of /lib/outputrenderers.php: call to core_renderer->header()
line ? of unknownfile: call to core_renderer->fatal_error()
line 1639 of /lib/setuplib.php: call to call_user_func_array()
line 362 of /lib/setuplib.php: call to bootstrap_renderer->__call()
line 362 of /lib/setuplib.php: call to bootstrap_renderer->fatal_error()
line 1187 of /lib/upgradelib.php: call to default_exception_handler()
line 1627 of /lib/upgradelib.php: call to upgrade_handle_exception()
line 434 of /admin/index.php: call to upgrade_noncore()
Plugin "mod_reports" is defective or outdated, can not continue, sorry.
More information about this error
Debug info: Missing version.php
Error code: detectedbrokenplugin
Stack trace:
line 591 of /lib/upgradelib.php: plugin_defective_exception thrown
line 420 of /lib/upgradelib.php: call to upgrade_plugins_modules()
line 1615 of /lib/upgradelib.php: call to upgrade_plugins()
line 434 of /admin/index.php: call to upgrade_noncore()
The latest version is not working in Moodle 2.7.2, please check takes a lot to some reports. Thank you
I resolved my "duplicate last column header" problem.
I was set to "jQuery" the setting of [Report table UI].
(Default value is "Data Tables JS".
Page path is "Home→Site administration→Plugins→ Blocks→Configurable Reports".)
It is not a fundamental solution.
Thank all.
I have been attempting to update my site from 2.6 to 2.7. I had done this last month, but we ran into another issue (realized my template was 2.7 compatible yet), so I reverted back to 2.6.
Well, now my template has been updated, so I wanted to try the 2.7 update again. I did my plugins check and then went on to upgrade the database. However, I get an error:
Table "quiz_question_instances" already exists
More information about this error
Debug info: can not rename table
Error code: ddltablealreadyexists
Stack trace:
line 500 of /lib/ddl/database_manager.php: ddl_exception thrown
line 524 of /mod/quiz/db/upgrade.php: call to database_manager->rename_table()
line 697 of /lib/upgradelib.php: call to xmldb_quiz_upgrade()
line 420 of /lib/upgradelib.php: call to upgrade_plugins_modules()
line 1615 of /lib/upgradelib.php: call to upgrade_plugins()
line 434 of /admin/index.php: call to upgrade_noncore()
I read suggestions elsewhere about dropping your database tables and doing a fresh install. So, that's what I did. I dropped all of my database tables and did a new install of 2.7. After that, I restored my database to the backup that I had taken. Unfortunately, all that did was take me back to where I started - I had to go through the PHP check and then the plugins check again and then it wanted to update the database.
I have also tried updating to the newest version of 2.6 (build 20140814) and that was successful. Then I attempted to upgrade to 2.7 from there, but I ran into the same error message.
What can I do to finally get my site updated to 2.7?
Should have added that you need to replace e.name with whatever field you wish to do the search on.
Jim if you are using the sql report the filters do not work unless you also add a filter to the sql code. I am no expert however I was having the same problem and found if I pasted the following in the sql
where 1=1
%%FILTER_SEARCHTEXT:e.name:~%%
Then I added the search free text filter using the tab and then it worked
Hi,
I get duplicate last column header too.
I use configurable report with moodle 2.5.
It's same on IE and Chrome and FireFox.
Please tell me how to solve someone.