Metabase: Sorting does not work for numerical results - Google Analytics

Created on 19 Apr 2017  路  1Comment  路  Source: metabase/metabase

  • Your browser and the version: Chrome 57.0
  • Your databases: Google Analytics
  • Metabase version: 0.23.1

  • Repeatable steps to reproduce the issue
    Query for GA data and then try to sort on numerical columns. One example of query is:

View: Users grouped by: Campaigns, sorting on result's users columns does not work and gives following error in console.
screen shot 2017-04-18 at 17 05 35

DatabasGoogle Analytics P3 Bug

Most helpful comment

So... interestingly, turning it into a native query and then sorting, like this works:

{ "ids": "ga:75306573", "start-date": "7daysAgo", "end-date": "yesterday", "metrics": "ga:pageviews", "dimensions": "ga:pagePath", "sort": "-ga:pageviews", "include-empty-rows": false, "max-results": 25 }

So that would suggest this is a GUI issue.

>All comments

So... interestingly, turning it into a native query and then sorting, like this works:

{ "ids": "ga:75306573", "start-date": "7daysAgo", "end-date": "yesterday", "metrics": "ga:pageviews", "dimensions": "ga:pagePath", "sort": "-ga:pageviews", "include-empty-rows": false, "max-results": 25 }

So that would suggest this is a GUI issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kristian-elder picture kristian-elder  路  3Comments

alirezastack picture alirezastack  路  3Comments

iwaffles picture iwaffles  路  3Comments

fetanchaud picture fetanchaud  路  3Comments

bobwaycott picture bobwaycott  路  3Comments