• nottinghambilliards

    (@nottinghambilliards)


    In previous seasons, we sorted the league standings by wins only, and now we have a bonus point system. Is there a way to retain the wins only sorting in the archived seasons?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out.

    You can do that via league table adjustments. Once you change the rules all past seasons are going to be affected.

    OR, if you do have a lot of past seasons, maybe you can add a variable to switch the points mode, but this is going to be added for every single event from now on. For example:
    Point = ( NEWGAME = 1 ) * ( win * 3 + draw ) + ( NEWGAME = 0) * Wins

    Thanks!

    Roch

    (@rochesterj)

    Just to clarify, the above formula says:
    IF it’s a new game, use Win * 3 + draw
    IF it isn’t a new game, use win

    Thanks!

    Hello @rochesterj
    I am very interested in this kind of formula.
    Questions:
    1. You said, “..you can add a variable..”So, where should I add this variable? (in event results? in player performance? in table columns? in player statistics?)
    2. In your formula clarification, you used an ‘If Condition’. Do you have a documentation about how to use this kind of formula? What is the sintaxis?
    Thanks

    Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out!

    Please kindly open a new topic so we can help you there ??

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sort different league tables by different statistics’ is closed to new replies.