Each split and sector calculates a range of fields for each meaning the setup required in RACE RESULT 14 is less than when using results but provides more information. Splits and their derived fields are called using a string which always starts with the split or sector name.
Splits use the Dot Logic format for fields, and all Split fields start with the Split Name or Leg Name.
e.g. [SplitName.FieldName]
Sometimes it may be useful to access the data from either the previous or next split, to do this append .prev or .next to the Split name and then any other Split fields can be called in the same way.
e.g. [SplitName.Prev.Fieldname] or [SplitName.Next.FieldName]
On live leaderboards or monitoring it is often useful to access the data from the Last Split a participant has reached, to do this replace SplitName with {LastSplit}, this will then return the subsequent fields for the last split according to the order of Splits in the setup at which the participant has a time.
e.g. [{LastSplit}.FieldName]