Different leagues with different points systems
-
I have 3 different leagues in my website:
A football league, where every won game is 3 points, 2 for draw and 1 for loss. A basketball league where you get 2 points for winning and 1 for losing
And a hockey league where you get 3 points when you win, 2 for draws and 0 for ever loss.So I created 3 different “Points” columns to use in the 3 different Position Tables, (I toggle on the one I need and the other 2). I gave all of them a number “1” for order, so the team positions are sorted first by points.
I thought that if I toggled on only one Points column, the teams were gonna be sorted by the points in that column. But it’s not. It’s sorted by the first column, even if it’s off.
Is there a way to fix this, or can I use another system to make this work somehow?
Thanks!
- The topic ‘Different leagues with different points systems’ is closed to new replies.