Author Topic: A stats rank with 2 points for playing different  (Read 1117 times)

rafatins

  • Newbie
  • *
  • Posts: 20
    • View Profile
A stats rank with 2 points for playing different
« on: February 21, 2014, 10:14:55 PM »
In my league the points for playing and tournament score formula uses the formula n - r + 1.
But in the last game I'll need to use the formula (n - r + 1) * 2. The question is, at the end of the league, I need to generate stats with the formula n - r + 1 for all games, plus the latest game using (n - r + 1) * 2. How to proceed?

In short:
All Games: n - r + 1
Main Event: (n - r + 1) * 2
I need a rank with the sum, All Games + Main Event

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6220
    • View Profile
Re: A stats rank with 2 points for playing different
« Reply #1 on: February 22, 2014, 05:49:31 PM »
Change Tournament Score to:

points

If you run stats again (refresh), you should see no difference, since Points for Playing and Tournament Score were the same formula.  Now load your last tournament (the one you need to use a different formula) and change Points for Playing to:

(n - r + 1) * 2

Save the tournament.

Quote
I need a rank with the sum, All Games + Main Event

Your Overall Score formula should then be:

sum(scores)

rafatins

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: A stats rank with 2 points for playing different
« Reply #2 on: February 22, 2014, 07:00:00 PM »
thank you very much, worked perfectly