The data related to downloaded files are at the `DownloadStatistics` table. you can extract whatever report from the table directly.
If you want to show the report on the dashboard, there is this how-to that explains how to do it with `PageStatistics` table (that keep track of page visits), you can tweak the code and use it for file downloads.
If you want to show the report on the dashboard, there is this how-to that explains how to do it with `PageStatistics` table (that keep track of page visits), you can tweak the code and use it for file downloads.
http://www.concrete5.org/documentation/how-tos/developers/extend-co...