When #2137 is done, users might want to show the full hierarchy without truncation after 5 rows.
When the checkbox "For Pages, Downloads, Outlinks report, Expand and show Top Pages in the hierarchy" is checked, a new checkbox below would appear:
By default, the hieararchical reports (Pages, Custom Variables, etc.) display only the top values.
[ ] Click here to load and display all data in hierarchical reports
Note: this feature could also be extended to other reports, for example if a user would like to show ALL keywords each day in his email.
Should probably also include http://forum.piwik.org/read.php?2,94586
FYI, it is possible to configure the limit on a global basis using General.scheduled_reports_truncate. Disabling the limit used to work by setting the config option to 0. In the current version of Piwik, General.scheduled_reports_truncate=false has to be used.
0 on the other hand only shows the "Other" row. Is this expected behavior?
@BeezyT: You should set General.scheduled_reports_truncate
to -1 value if you want to disable limit. Zero value means that reports should have maximum length less than 0 and for truncated data Piwik will compute summary row.