The "record_count" in the example above refers to the column that
determines the relative weight of the value. For instance, for the
following four rows:
the second row would be sorted more highly than the first, since there
are so many more records, and the fourth row would be sorted as lower
than the third, again because there are so many more records.
Uses algorithm from https://moz.com/blog/build-your-own-weighted-sort to implement google-analytics-style column sort
Currently only enabled on the explore view
To enable for a specific aggregate attribute, use this format:
The "record_count" in the example above refers to the column that determines the relative weight of the value. For instance, for the following four rows:
the second row would be sorted more highly than the first, since there are so many more records, and the fourth row would be sorted as lower than the third, again because there are so many more records.