Author Topic: calculate first 10 best scores of a player  (Read 862 times)

fracchia23

  • Newbie
  • *
  • Posts: 5
    • View Profile
calculate first 10 best scores of a player
« 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

efdenny

  • Full Member
  • ***
  • Posts: 166
    • View Profile
Re: calculate first 10 best scores of a player
« Reply #1 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.