For each Split Rank you can access the data for the first ranked participant or the previous ranked participant, for that specific rank and their data fields.
To access the data for the first or previous participant first append one of the following to the Split Rank.
| .Top | The first ranked participant |
| .Last | The last ranked participant |
| .Prev | The previous ranked participant |
| .Next | The next ranked participant |
From here you can now append any further data fields for that participant
e.g. [SplitName.Gender.Top.FirstName] will return the first name for the first ranked participant of the same Gender at the Split.
This could even be expanded with further Split fields being appended.
e.g. [SplitName.Overall.Prev.SplitName.Gender] will return the Gender rank at the Split for the previous ranked participant according to the Overall rank at the Split.