Rank analytic function

This article describes how to use the Rank analytic function in CDP Data Visualization.

  1. Click a field on the dimension shelf. In this case, choose the population field.
  2. In the FIELD PROPERTIES menu, select Duplicate.
  3. Click the second population field.
  4. In FIELD PROPERTIES, expand Analytic Functions, and select Rank.
  5. In the Analytic Function: Rank modal window:
    1. Under Select entities over which to calculate rank, you can select any of the fields: country, life expectancy, or GDP. This is the grouping that applies when calculating the rank.

    2. Under Select the sort order, you can specify the order of sorting. This order specifies what the row is, and the row where the value is taken. If your visual already specifies sorting order, these values appear in the modal.

      In this example, leave the default order: life expectancy descending, followed by country and GDP, both ascending.

  6. Click APPLY.
  7. Optional: If you examine the expression in the Enter/Edit Expression interface, it shows that the function has the following form:
    RANK() over ( order by [life_expectancy], [country], [gdp_per_capita]*[population]) as 'rank'
  8. Click REFRESH VISUAL.
    You can see that initially, the rank numbers are descending, following the order of the primary sorting column, life expectancy. If you sort the table on another column, such as GDP, the rank numbers appear disordered.