Skip to main content
Rank component configuration panel

Add rank field

Choose a name for the rank field (default is rank). Existing field names can’t be used in the input components as field names must be unique.Rank field name and dense rank checkbox settings Check Use dense rank in order to remove gaps in ranking values. By default, when multiple records have the same values in the sort keys (a “tie”), they will have the same rank value and there will be a gap between them and the next record’s rank value. To avoid the gap, use dense rank option.  For example,
sorted fieldrankdense rank
’a’11
’a’11
’b’32
  • Checked use dense rank
    Rank output with dense rank enabled, no gaps in values
  • Unchecked use dense rank
    Rank output without dense rank, showing gaps in values

Data Order

You can either add rank without sorting the data to add arbitrary rank value without sorting the input data, or rank data by fields order by selecting fields and sort direction (ascending or descending) to sort the data by.
Last modified on April 15, 2026