Navigation Menu

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

API: Column sort does not always work for processed metrics #2838

Closed
mattab opened this issue Dec 26, 2011 · 5 comments
Closed

API: Column sort does not always work for processed metrics #2838

mattab opened this issue Dec 26, 2011 · 5 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Dec 26, 2011

Report by Thomas:
the parameter 'filter_sort_column' does not always work. It works for default metrics like nb_visits, nb_actions but not for processedMetrics like nb_actions_per_visit, bounce_rate, avg_time_on_site

Example:
http://demo.piwik.org/?module=API&method=API.getProcessedReport&idSite=7&period=day&date=today&apiModule=UserCountry&apiAction=getCountry&format=xml&token_auth=anonymous&filter_sort_column=nb_actions_per_visit

@mattab
Copy link
Member Author

mattab commented Apr 27, 2014

Moving bugs to our current milestone to make the backlog more realistic.

@tsteur
Copy link
Member

tsteur commented May 6, 2014

In 695c3c3: refs #2838 committing this change to see if tests still pass (takes hours on my VM), should fix the not working filter_sort_column in API.getProcessedReport

@tsteur
Copy link
Member

tsteur commented May 6, 2014

In 4b42a45: refs #2838 fix some tests by not deleting rows if report has contstant rows count

@tsteur
Copy link
Member

tsteur commented May 6, 2014

In c81ebd7: refs #2838 fix some tests and added some tests to make sure filter works

@tsteur
Copy link
Member

tsteur commented May 6, 2014

In a29662b: fixes #2838 this should fix the last remaining test

@mattab mattab added this to the 2.2.1 - Piwik 2.2.1 milestone Jul 8, 2014
sabl0r pushed a commit to sabl0r/piwik that referenced this issue Sep 23, 2014
…s (takes hours on my VM), should fix the not working filter_sort_column in API.getProcessedReport
sabl0r pushed a commit to sabl0r/piwik that referenced this issue Sep 23, 2014
sabl0r pushed a commit to sabl0r/piwik that referenced this issue Sep 23, 2014
sabl0r pushed a commit to sabl0r/piwik that referenced this issue Sep 23, 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.
Projects
None yet
Development

No branches or pull requests

2 participants