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 use configurable report with moodle 2.7 and essential theme. It is a wonderful tool, but since my last theme update, when I enable javascript ordering, I get duplicate headers. What could be the problem?
I use configurable report with moodle 2.7 and essential theme. It is a wonderful tool, but since my last theme update, when I enable javascript ordering, I get duplicate headers. What could be the problem?
Further to above, the database was created with Moodle 1.9, then upgraded to 2.2 last year. Is there likely to be a problem because of this?
Hi. I am stuck. The report returns over 5000 regardless of filters, the filters are not working, and so this plugin has not been any help (yet). I was in 2.2, and now upgraded to 2.6 (dev) to see how it works... No luck.
I have turned on debugging reports... nothing. My google searches almost show nobody is having any problems (except me). If the filter for date could work, then I can find a use. But because it returns 5000+ regardless of a date or user filter, I can not get anything out. The same happens in the Reporting Block for reports when I tested than in another Dev environment. Any help is appreciated.
Hi Juan,
Might you be able to tell me where user-created reports are stored within the Moodle folder on any given server?
Thanks!
I have about created about 10 reports with the plugin and they are set to the front page (course 1). I have set permissions on each of the reports and used the user field option and i used the users username to give them their permissions to a report.
now when some one logs into the moddle site it is very slow to show the front page, usually about 2 minutes....what can be done about this?
Hi Juan, thanks for the help on the permissions, now i need to help to make the report show more than 5,000 rows....i need it to show about 100,000....any way to do that?
Hi Juan,
How can I add more than 1 user id in the permissions of a report, as is i can only add 1 and i have 4 users that need to see this report
Hi,
I have a report with a column named "Dedication time". This column show the dedication time for every students.
The problem is that the time is always zero. It seems that the report is not update well this field.
Can anyone help me ?
Hi,
We are testing the plugin on a 2.6 installation.
Once the plugin is installed, the system shows this error:
La tabla "block_configurable_reports"no existe
Debug info:
Error code: ddltablenotexist
Stack trace: •line 585 of /lib/dml/moodle_database.php: dml_exception thrown
•line 1207 of /lib/dml/moodle_database.php: call to moodle_database->where_clause()
•line 127 of /blocks/configurable_reports/block_configurable_reports.php: call to moodle_database->get_records()
•line 775 of /blocks/moodleblock.class.php: call to block_configurable_reports->get_content()
•line 238 of /blocks/moodleblock.class.php: call to block_list->formatted_contents()
•line 956 of /lib/blocklib.php: call to block_base->get_content_for_output()
•line 1008 of /lib/blocklib.php: call to block_manager->create_block_contents()
•line 353 of /lib/blocklib.php: call to block_manager->ensure_content_created()
•line 8 of /theme/azucarera/layout/frontpage.php: call to block_manager->region_has_content()
•line 870 of /lib/outputrenderers.php: call to include()
•line 800 of /lib/outputrenderers.php: call to core_renderer->render_page_layout()
•line 101 of /index.php: call to core_renderer->header()
Any clue about this error?
table already renamed issue:
Ended up taking out the first if statement in upgrade.php as it had already renamed. Then also changed the version number in the upgrade save point at the end of the file as it thought I was downgrading to the same version somehow mixed
Sorry - Installing on a 2.2 site. Not even got as far as 2.5 yet...
Hi,
Keep getting this error recently when installing on a 2.5 site.
The site used to be 1.9. I'm upgrading to 2.5 via 2.2...
Unknown DDL library error
More information about this error
Debug info: table probably already renamed
Stack trace:
line 544 of /lib/ddl/database_manager.php: ddl_exception thrown
line 41 of /blocks/configurable_reports/db/upgrade.php: call to database_manager->rename_table()
line 724 of /lib/upgradelib.php: call to xmldb_block_configurable_reports_upgrade()
line 273 of /lib/upgradelib.php: call to upgrade_plugins_blocks()
line 1437 of /lib/upgradelib.php: call to upgrade_plugins()
line 269 of /admin/index.php: call to upgrade_noncore()
Hi Derek,
can you go to Administration / Development / Debugging and then "Debug messages DEVELOPER level" and also check the option "Display debug messages"
And check again, please, copy and paste the full error message this will help me to trace and fix the error
Just a little point of interest:
Put this plugin into our Moodle last night.
Got errors this morning. "Coding error detected, it must be fixed by a programmer: Context does not belong to any course"
A Google search of this leads us to ONE thread: https://moodle.org/mod/forum/discuss.php?d=223419
If you have configurable reports on the front page it kills Moodle. Non-expert comment here: something to do with context? at home page level, it may not be doing what it needs to do?
-Derek