Rank Fields

After defining the ranking with ID X, the following additional fields can be used.

Rank fields use the Dot Logic to return a variety of fields, in all Dot Logic fields either RankX or the RankName can be used.

RankX
NameOfRank

The rank of the participant according to the ranking definition, e.g. 47
The name of the ranking can be used as well, for example GenderRank

RankX.p
NameOfRank.p

The rank with a period at the end, e.g. 47.

RankX.th
NameOfRank.th
The rank as an ordinal value, e.g. 47th

RankX.Max
NameOfRank.Max

The number of participants in the same group who have been ranked, e.g. 495.
MaxRank helps to create an output like: 47 of 495 

RankX.Top.Y
NameOfRank.
Top.Y
The data in field Y of the first athlete according to the specified rank.
Field Y can be any field name
RankX.Last.Y
NameOfRank.
Last.Y
The data in field Y of the last athlete according to the specified rank.
Field Y can be any field name
RankX.Prev.Y
NameOfRank.Prev.Y

The data in field Y of the previous athlete according to rank X.
Field Y can be any field name

RankX.Next.Y
NameOfRank.Next.Y

The data in field Y of the next athlete according to rank X.
Field Y can be any field name