The Tournament Director Forums

Main => Help Me => Topic started by: dtfranz on October 24, 2007, 01:59:16 AM

Title: Stats layout
Post by: dtfranz on October 24, 2007, 01:59:16 AM
How do you make it so that in the stats section players with the same amount of points are tied for rank and not individually ranked?
Title: Re: Stats layout
Post by: Corey Cooper on October 24, 2007, 10:35:52 AM
Players on the Stats tab aren't "ranked".  Notice there is no "rank" column.  The # column is just there to help delineate.

Just sort the players by the Points column.
Title: Re: Stats layout
Post by: dtfranz on October 25, 2007, 07:46:24 PM
I know this, I was wondering how I could make it so that stats looked like:

1. John
2. Bill
3. Kris
    Kevin
4. Barb
    Justin
    Tim

Ranked in terms of points

Is this possible?
Title: Re: Stats layout
Post by: Corey Cooper on October 26, 2007, 11:38:09 AM
No, there is no way to do this.  But, if you are "ranking" based on points, it could look like this:

Code: [Select]
#   Player     Points
1.  John       20
2.  Bill       18
3.  Kris       17
    Kevin      17
4.  Barb       15
    Justin     15
    Tim        15

If you remove the "#" column, it would look like:

Code: [Select]
Player     Points
John       20
Bill       18
Kris       17
Kevin      17
Barb       15
Justin     15
Tim        15

Not the same, but an idea...