• I want to have two League Tables for the same league.

    League Table A, contains:
    – Events played (example value: 11)
    – Goals For (example value: 45)
    – Goals Against (example value: 27)
    – Goals Diff (example value: 18)
    This table is sorted first by Win, then Goals Dif, then Goals For, in descending order.

    League Table B, contains:
    – Events played
    – Spirit of the Game. equation = (Category1 + Category2)/Events Played (example value: 12.3)
    This table is sorted first by “Spirit of the Game”, in descending order.

    Please note that, Teams ranking in League Table A, might differ from Teams ranking in League table B.
    But given that the sort variables in League Table A are higher (in absolute values) than the sort variables in League Table B, the Ranking for League Table B is incorrect.

    How can I get two different League Tables, and each one them sorted by different variables?

Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Two different League Tables, for the same League are not properly sorted’ is closed to new replies.