The Tournament Director Forums

Main => Help Me => Topic started by: fracchia23 on October 01, 2015, 06:57:20 PM

Title: calculate first 10 best scores of a player
Post by: fracchia23 on October 01, 2015, 06:57:20 PM
Hi,im from Italy and this is the 9th year that i use the TD i have a question for you.
I have a pokeroom with many players and i decided to build a LEAGUE named TLB(as pokerstars) i use the same formula of PS to calculate points but i want introduce that the TD takes the first TEN best scores of each player in this way bad players that come 30 days a month are not favorites than GOOD PLAYERS that come 5-6 times in a month.How can i do?

Grazie form ITALIA  ;D
Title: Re: calculate first 10 best scores of a player
Post by: efdenny on October 01, 2015, 08:47:09 PM
Build a profile on the stats tab. In the "Scoring" box, under "Create Tournament Scores using formula:" enter "points".  Then under "Create Overall Scores using formulas:" use the following formula:

sum(top(10, scores))

That should work for you.