Had a use case to create a rank and display it as "1st", "2nd" etc. instead of 1, 2.
EDIT: Did some quick poking around on this. Where this gets complex is in how to handle ties in rank, and how to properly handle that when rank is set as an axis in cartesian charts.
Had a use case to create a rank and display it as "1st", "2nd" etc. instead of 1, 2.
EDIT: Did some quick poking around on this. Where this gets complex is in how to handle ties in rank, and how to properly handle that when rank is set as an axis in cartesian charts.