Author Topic: Filter for Statistics  (Read 3165 times)

ED_AWP

  • Newbie
  • *
  • Posts: 3
    • View Profile
Filter for Statistics
« on: July 21, 2008, 05:48:51 AM »
Hello,

I have a question about the statistics.

Is there a filter we can use to say, take the 8 best results of each player from 10 Tournaments.

Because in my tournament each players gets points, and if he misses a few games, he can lose a lot of points.

Thank you for your answers. :-)

Have a nice day

ED

T-Bone

  • Full Member
  • ***
  • Posts: 173
    • View Profile
Re: Filter for Statistics
« Reply #1 on: July 21, 2008, 06:41:17 AM »
There is. As I recall it's a formula not a filter. It's here on the forums somewhere. When I have a minute, I'll poke around and see if I can find it.
If it ain't naked, deep-fried or poker-related, I ain't interested!

Phaze

  • Sr. Member
  • ****
  • Posts: 346
    • View Profile
Re: Filter for Statistics
« Reply #2 on: July 21, 2008, 06:41:41 AM »
Yes, I believe there is a way, but I don't use it so not sure how... look in the help section and I'm sure you can find it...

ED_AWP

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Filter for Statistics
« Reply #3 on: July 21, 2008, 10:04:38 AM »
I find the formula : sum(top(8,scores))

But I don't know were to introduce this formula??

In the statistics filter by the "Tournament scoring"?? or by the "overall sroring"??

Thanks for your help

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Filter for Statistics
« Reply #4 on: July 21, 2008, 10:54:08 AM »
Put the scoring formula in the Tournament Scoring.  That formula will be run on each tournament to produce a score for that tournament.

Then take the other formula "sum(top(8,scores))" and place it in the Overall Scoring formula.  In the Overall Scoring formula, the "scores" variable represents the results of the Tournament Scoring formula for each tournament.  So the Overall Scoring formula sums up the top 8 of those scores.

ED_AWP

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Filter for Statistics
« Reply #5 on: July 22, 2008, 01:46:45 AM »
Thanks Corey,

That is what i'm looking for :-)

Have a nice day

ED