When using Splits then ranks can now be automatically calculated grouped by Overall, Gender and AgeGroup categories for both Splits and Legs. Similar to when calling Split time fields the ranks can also be called for each Time Definition (Default Time Mode / TOD / Gun / Chip ).
Split ranks do not consider the status field, they are mainly intended for a quick live rank, and not final official ranks. For example in a triathlon if somebody is the first to finish the Swim but later DQ'd on the Run course they were still the fastest swimmer, that does not change. For final ranks you should use the Rankings or AutoRank.
Ranks are called with the following appendixes
| .Overall | Overall rank grouped by Contest |
| .Gender | Rank grouped by Contest and Gender |
| .AgeGroup | Rank grouped by Contest, Gender and AgeGroup1 |
e.g. [SplitName.Gender] will return the Gender rank of the participant at the Split from Gun or Chip Start according to the Contest Time Mode
or [SplitName.Gun.Gender] will return the Gender rank of the participant at the Split according to Gun time.
Other fields which may be useful for Ranks can also be appended further
| .P | The rank displayed with a "." after |
| .Th | The rank displayed as an ordinal value (i.e. 1st, 2nd, 3rd) |
| .Max | The number of participants ranked in the same group at that split. |