Ranking/Position column a little bit smarter
-
Hello @savvasha
I have four player statistics: Goals (G), Assists (A), Defenses (D) and MVP (which is G + A + D)
At the player list, they are sorted using the MVP column descending.
In some occasions many players might be tied, but they are ranking (this an example) from 1 to 5, as follow:
1.) MVP=10, G=5, A=2, D=3
2.) MVP=10, G=1, A=4, D=5
3.) MVP=8, G=3, A=1, D=4
4.) MVP=6, G=1, A=0, D=4
5.) MVP=6, G=2, A=2, D=1Given that the main statistics (G, A, D) are equally important in the game, I don’t want to consider them as tiebreaker annotations.
So, could the Ranking Column appears as:
1.) MVP=10, G=5, A=2, D=3
1.) MVP=10, G=1, A=4, D=5
3.) MVP=8, G=3, A=1, D=4
4.) MVP=6, G=1, A=0, D=4
4.) MVP=6, G=2, A=2, D=1(This also applies for the Position Columns at League Tables)
Thanks for your support.
Regards
- The topic ‘Ranking/Position column a little bit smarter’ is closed to new replies.