Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mattab opened this issue Jul 2, 2018 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. c: Data Integrity & Accuracy
Milestone

Comments

@mattab
Copy link
Member

mattab commented Jul 2, 2018

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

To reproduce:

  • Open Behavior > Events
  • Below the "Event Categories" report, click "Export"
  • in the popover, Click "Expand subtables"
  • Select format TSV or CSV

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:

  • This issue was also reported for a Custom Report. Exporting custom reports to CSV basically miss out on all the sub-dimension columns.
  • as a possible solution, maybe we make "Expand subtables" the same behavior as "Flatten" for exported reports, where each dimension would be its own column: this should be addressed in Keep flattened columns as extra columns #12199

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 Findus23 added the Bug For errors / faults / flaws / inconsistencies etc. label May 24, 2020
@Findus23
Copy link
Member

This does still happen after #12199

@maxfahl
Copy link

maxfahl commented Mar 10, 2023

This is apparently still the case.

@heurteph-ei
Copy link

@sgiehl no milestone for this?

@mattab mattab added this to the 5.3.0 milestone Mar 10, 2023
@mattab mattab modified the milestones: 5.3.0, 5.5.0 Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. c: Data Integrity & Accuracy
Projects
None yet
Development

No branches or pull requests

4 participants