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

Export (of datasets) is limited to 100 entries and ignores the page number #2118

Closed
anonymous-matomo-user opened this issue Mar 1, 2011 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

When viewing a large dataset table (e.g. Actions -> Pages), the export (at the bottom) contains only the first 100 entries.

As long as you are on the first page, it seems ok, but on other pages the export still returns only the first 100 entries.

Expected results are either the entries from the current page, or the complete dataset (without limits).

Tested and reproducable with Piwik v1.1.1 and 1.2-RC5.

@robocoder
Copy link
Contributor

This is by design for the UI export button for Actions widgets.

Use the API if you want more rows (filter_limit) or want to "page" (filter_offset).

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 1.2 milestone Jul 8, 2014
This issue was closed.
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. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

3 participants