matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.88k stars 2.65k forks source link

Exporting a report and selecting "Expand subtables" does not export the report's sub-tables #13130

Open mattab opened 6 years ago

mattab commented 6 years ago

Note: this issue may be automatically fixed once we solve: #12199 but not necessarily, so I'm opening a separate issue here.

To reproduce:

Got a file that only lists (as the "Label" column) the "Event categories" It doesn't have what we expected, which are the sub-tables.

Note:

For example an expected, instead an output that contains also all keywords, for each search engine, for example like this:


Label (Event Category) | Event Action | Visits | Actions | Maximum actions in one visit | Total time spent by visitors (in seconds) | Bounces
-- | -- | -- | -- | -- | --
Cat1 | - | 14766 | 804764 | 27899 | 5104896 | 10005
Cat1 | event action 1 | 100 | 804764 | 27899 | 5104896 | 10005
Cat1 | event action 2 | 80 | 804764 | 27899 | 5104896 | 10005
Cat2 | - | 325 | 70127 | 28705 | 270106 | 201
Cat2 | event action 1 | 50 | 70127 | 28705 | 270106 | 201
Cat2 | event action 2 | 70 | 70127 | 28705 | 270106 | 201
Findus23 commented 4 years ago

This does still happen after https://github.com/matomo-org/matomo/pull/12199

maxfahl commented 1 year ago

This is apparently still the case.

heurteph-ei commented 1 year ago

@sgiehl no milestone for this?