Mot de passe oublié? S'inscrire
isEligible()

IsEligible(a;b;c) returns 1 if the participant is eligible for the contest according to the date of birth ranges and, optionally, gender, and 0 otherwise. 

isEligible("01/01/2000") - checks whether the date 01/01/2000 is eligible for the current contest of the participant. 

The function can also take a year instead of a date. 

isEligible(2000) - checks whether the year of birth 2000 would be eligible for the current contest of the participant.

The second parameter is optional and can be used to also check whether the gender is eligible for the contest. 

isEligible([DateOfBirth];"m") - checks whether the current date of birth and the gender Male is eligible for the current contest of the participant. 

The third optional parameter can be used to define the contest ID. 

isEligible([DateOfBirth];[Gender];2) - checks whether the participant is eligible for contest ID 2. 

This function is useful for registration of relay teams where additional team members information may be stored in additional fields, but you still need to confirm their eligibility to compete. 

×

Vous avez une question ?

Notre équipe se fera un plaisir de vous conseiller personnellement.

Contactez-nous!

L'équipe de RACE RESULT se fera un plaisir d'évaluer vos besoins, de résoudre vos problèmes et de répondre à toutes vos questions. N'hésitez pas à nous contacter via le formulaire prévu à cet effet.

Si vous avez une question du support, veuillez ajouter votre id d'événement !

J'ai lu les conditions de confidentialité des données.