• Resolved dansky22

    (@dansky22)


    Hi,

    The top player list is not ranking the player based on points properly. Goals and assists are each valued at one point each. However, when ranking the order of top players, goals should be more valuable than assists. Therefore, a player with 3 goals should rank higher than a player with 3 assists.

    The points formula that I’m using is PTS = G+A

    Should I add anything else to this formula to fix this issue?

    Please advise,
    Dan

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @dansky22,

    To achieve what you want you should add a “hidden” performance lets say HPTS which will be equal to HPTS=2xG + A. Then you can sort based on that hidden performance, instead of PTS.

    Thanks,
    Savvas

Viewing 1 replies (of 1 total)
  • The topic ‘Statistic Equation’ is closed to new replies.