Rank
Last updated
Was this helpful?
Last updated
Was this helpful?
The Rank step allows you to order your data based on specific values, with options for different ranking methods. This is useful for identifying top performers, prioritizing items, or creating ordered lists within your dashboard.
Value column to rank
column(string)*: the value column that will be ordered to determine rank
Sort order
dropdown["asc", "desc"]*: how to order the value column to determine ranking. Either asc
(ending) or desc
(ending), desc
by default
Ranking method
dropdown["standard", "dense"]*: either standard
or dense
, as explained above
Group ranking by
column(array) (optional): if you need to apply the ranking computation by group of rows, you may specify here the columns to be used to constitute groups (see example 2 below)
New column name
(string) (optional): if you want to give a custom name to the output column to be created (by default it will be your original column name suffixed by _RANK
).
Input
Configuration
Output