Classifica (posizione) negli Intermedi/Tratti

Quando utilizzi la modalità Intermedi, le posizioni degli atleti negli intermedi e nei tratti sono ora calcolate automaticamente raggruppate in base alla classifica Generale, di genere e di Categoria. In maniera analoga a come richiami i campi intermedi, anche le posizioni per ogni classifica possono essere richiamate in ogni formato tempo (.Testo/.OraSolare/.Sparo/.Chip).

Le posizioni negli intermedi non considerano il campo Stato, sono principalmente destinate a mostrare la posizione live, e non a sostituire quelle ufficiali finali. Per esempio in un triathlon, se qualcuno è il primo a terminare il tratto di nuoto ma viene successivamente squalificato nel tratto di corsa, rimane comunque il più veloce ad aver finito il tratto di nuoto, questo non cambia. Chiaro che per le classifiche finali ufficiali dovrai usare i campi relativi alle ClassificheClassificheAutomatiche.

Le classifiche sono richiamate secondo le seguenti appendici

.Generale Classifica generale per gara
.Genere Classifica per gara e genere
.Categoria Classifica per gara, genere e Categoria1

Es. [NomeIntermedio.Genere] restituirà la posizione dell'atleta nella sua classifica di genere all'intermedio in base al tempo dallo sparo o netto del chip in accordo alla modalità di tempo definita nelle impostazioni di gara.

Es. [NomeIntermedio.Sparo.Genere] restituirà la posizione dell'atleta nella sua classifica di genere all'intermedio in base al tempo dallo sparo.

 

Altri campi che potrebbero risultare utili per mostrare le classifiche sono queste ulteriori appendici

.P La posizione è mostrata con un "." a seguire (es. 47.)
.Th La posizione è mostrata come valore ordinale (es. 47esimo)
.Max Esplicita il numero massimo di partecipanti classificati nello stesso gruppo per quello split (es. /495)

Split Gap Times

Gap times for each Split and Rank type can also be called by appending to the Split field name. 

.GapTop Gap time from the first Participant according to the chosen Rank
.GapPrev Gap time from the previous Participant according to the chosen Rank

e.g. [SplitName.Chip.Gender.GapTop] will return the Gap time at that split according to chip time, from the first person according to the participant's Gender rank.

Gaps times are formatted according to the Contest time format except with all values capitalized (i.e. hh:mm:ss would become HH:MM:SS)

When using Splits you can also now call the Gap time according to the AutoRank if using the autorank in your output list. This allows the Gap time to change dynamically according to any filters which may be applied to your output list. 

e.g. [SplitName.AutoRank.GapTop] will return the Gap time at that split according to the same filter criteria used in by the AutoRank.

If a different format is required then the below options can be further appended to allow for a custom time format to be used

.Decimal Will return the Gap as a decimal time (value in seconds)
.Rounded Will return the Gap as a rounded time according to the Contest rounding settings

Accessing Other Participants

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.