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
No edit summary
No edit summary
Line 11: Line 11:
==Beginner Topics==
==Beginner Topics==


* [[Docs/tech/reportbuilder/Overview|Overview]] TODO
* [[reportbuilder/Overview|Overview]] TODO
* [[Docs/tech/reportbuilder/Hello_World_Source|Hello World Source]]
* [[reportbuilder/Hello_World_Source|Hello World Source]]
* [[Docs/tech/reportbuilder/Adding_a_Column|Adding a Column]]
* [[reportbuilder/Adding_a_Column|Adding a Column]]
* [[Docs/tech/reportbuilder/A_Basic_Join|A Basic Join]]
* [[reportbuilder/A_Basic_Join|A Basic Join]]
* [[Docs/tech/reportbuilder/Adding_a_Filter|Adding a Filter]]
* [[reportbuilder/Adding_a_Filter|Adding a Filter]]
* [[Docs/tech/reportbuilder/Setting_Default_Columns_and_Filters|Setting Default Columns and Filters]]
* [[reportbuilder/Setting_Default_Columns_and_Filters|Setting Default Columns and Filters]]


==Intermediate Topics==
==Intermediate Topics==


* [[Docs/tech/reportbuilder/Column_Display_Functions|Column Display Functions]]
* [[reportbuilder/Column_Display_Functions|Column Display Functions]]
* [[Docs/tech/reportbuilder/Combining_Multiple_Fields|Combining Multiple Fields]]
* [[reportbuilder/Combining_Multiple_Fields|Combining Multiple Fields]]
* [[Docs/tech/reportbuilder/Advanced_Column_Options|Advanced Column Options]]
* [[reportbuilder/Advanced_Column_Options|Advanced Column Options]]
* [[Docs/tech/reportbuilder/Advanced_Filter_Options|Advanced Filter Options]] TODO
* [[reportbuilder/Advanced_Filter_Options|Advanced Filter Options]] TODO
* [[Docs/tech/reportbuilder/Predefined_Common_Options|Predefined Common Options]] TODO
* [[reportbuilder/Predefined_Common_Options|Predefined Common Options]] TODO
* [[Docs/tech/reportbuilder/General_Report_Options|General Report Options]] TODO
* [[reportbuilder/General_Report_Options|General Report Options]] TODO
* Storing files: Report sources, embedded report definitions and language strings
* Storing files: Report sources, embedded report definitions and language strings
* Dynamic joins, column options and filter options
* Dynamic joins, column options and filter options
Line 31: Line 31:
==Advanced Topics==
==Advanced Topics==


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



Revision as of 07:02, 8 June 2012

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

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