AgeGradedLevel2020()

AgeGradedLevel2020(Time;DistanceInMeters;Sex;Age) returns the AgeGraded level. The parameters are optional. If not given, the participant's data will be used. For the time, the time of the finish result will be used.

The level is calculated as follows: AgeGradedOC2020()/(AgeGradedFactor2020()*[DecimalTime])

AgeGradedLevel2020() - returns the AgeGraded level for the finish time.
AgeGradedLevel2020([Time.Decimal];[Contest.Length];[Sex];[Age]) - is equivalent if contest length is defined in meters

To format the value as percent, you can use:

format(100*AgeGradedLevel2020(); "s.k %")