Hi,
I'm exploring using your terrific configurable report plug-in for a Moodle project. My main interest in custom SQL reports. What I can not figure out is how to integrate filters with my custom SQL?
Let's say I'm writing a custom report that reads data from a table I've added to Moodle. This isn't a built-in Moodle table, but it is added to the same database as our Moodle instance. The report works fine and reads the new table's data.
For example, the new table has a field called "Variable".
How do I add a filter to my SQL to query this field?
Thanks!
Roger J.