Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

reportbuilder: Difference between revisions

From MoodleDocs
Line 31: Line 31:
==Advanced Topics==
==Advanced Topics==


* [[reportbuilder/Advanced_Joins|Advanced Joins]] TODO
* [[reportbuilder/Grouping_and_Aggregation|Grouping and Aggregation]] TODO
* [[reportbuilder/Content_Restrictions|Content Restrictions]] TODO
* [[reportbuilder/Content_Restrictions|Content Restrictions]] TODO
* [[reportbuilder/Access_Restrictions|Access Restrictions]] TODO
* [[reportbuilder/Access_Restrictions|Access Restrictions]] TODO
* [[reportbuilder/Parameter_Restrictions|Parameter Restrictions]] TODO
* [[reportbuilder/Parameter_Restrictions|Parameter Restrictions]] TODO
* [[reportbuilder/Advanced_Joins|Advanced Joins]] TODO
* [[reportbuilder/Required_Columns|Required Columns]] TODO
* [[reportbuilder/Required_Columns|Required Columns]] TODO
* [[reportbuilder/Grouping_and_Aggregation|Grouping and Aggregation]] TODO
* [[reportbuilder/Preprocessors|Preprocessors]] TODO
* [[reportbuilder/Preprocessors|Preprocessors]] TODO
* Creating new filter options
* Creating new filter options

Revision as of 07:57, 8 June 2012

These docs are still under construction. Contact simon ~dot~ coggins ~at~ totaralms {dot} com for more details or suggestions for improvements.

Report Builder technical documentation

See http://tracker.moodle.org/browse/MDL-30193 for more details

Report builder has an API intended to make it easy to extend the functionality in a number of ways. The primary feature is the ability to write report sources, that allow the user to generate reports based on specific data from within moodle.

It is also possible to create new content and access restrictions, filter types, and display functions.

Beginner Topics

Intermediate Topics

Advanced Topics

Embedded Reports

  • Overview
  • Access restrictions in embedded reports
  • Embedded reports in My Reports list
  • Resetting to defaults
  • Embedded parameters

Troubleshooting

  • Common Exceptions (automatic check errors)
  • Other errors
  • Debugging tools
  • Choosing a base table / Performance