The Tournament Director Forums

Main => General Discussion => Topic started by: ED_AWP on July 21, 2008, 05:48:51 AM

Title: Filter for Statistics
Post by: ED_AWP 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
Title: Re: Filter for Statistics
Post by: T-Bone 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.
Title: Re: Filter for Statistics
Post by: Phaze 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...
Title: Re: Filter for Statistics
Post by: ED_AWP 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
Title: Re: Filter for Statistics
Post by: Corey Cooper 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.
Title: Re: Filter for Statistics
Post by: ED_AWP on July 22, 2008, 01:46:45 AM
Thanks Corey,

That is what i'm looking for :-)

Have a nice day

ED