Author Topic: League  (Read 2052 times)

dubi13

  • Newbie
  • *
  • Posts: 3
    • View Profile
League
« on: October 05, 2008, 06:22:32 PM »
Hi,

I use TD to keep track of points in our league. At the end of each tournament the points are added to the overall score. The league is 12 events.  Each participant can throw away his 2 worst scores. The league champion is determined based on the best 10 placements.

I know that the TD can keep track of points for the league, but I haven't figure out how to take best 10 scores and not count 2 worst.

Any idea?

badbeat

  • Full Member
  • ***
  • Posts: 114
    • View Profile
Re: League
« Reply #1 on: October 05, 2008, 06:45:58 PM »
On the Stats tab, create a new Filter.  Edit the Tournament Scoring formula and set it to:

points

Edit the Overall Scoring formula and set the first one to:

sum(top(10, scores))

dubi13

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: League
« Reply #2 on: October 05, 2008, 08:47:16 PM »
Great! That works!

Thanks.