Author Topic: Stats  (Read 1123 times)

stickyshed

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Stats
« on: August 30, 2017, 03:32:21 PM »
Is it possible to have a stat for average finishing position?  Is there a way that we can make our own, or is this a "hidden" functionality?

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Stats
« Reply #1 on: August 30, 2017, 03:49:39 PM »
You can "make" it yourself, but it should be an available column on the Stats tab as well as an available variable on the overall scores formula.  I'll add them.

In the meantime, you can compute the average rank by using the Tournament Scores formula along with the Overall Scores formula.  Set the Tournament Scores formula to:

rank

And set the Overall Scores formula to:

average(scores)

It will then show up in the Overall Scores column.

stickyshed

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Re: Stats
« Reply #2 on: August 31, 2017, 01:22:42 PM »
Excellent - thanks.

stickyshed

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Re: Stats
« Reply #3 on: June 01, 2018, 05:16:14 AM »
One more question - how can I just show average position based on number of tourneys they've played (i.e. I want to ignore any tourneys a player hasn't entered, so its a true indicator of their position).

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Stats
« Reply #4 on: June 01, 2018, 12:18:08 PM »
The scores variable only has scores for tournaments the player has participated in, regardless of how many were filtered by the stats profile, so you are getting a true average.