• Resolved NickJP

    (@nickjp)


    We’ve running a snooker competition where the players are ranked first by matches won, and if they are tied on matches won then secondarily by frames won. Each match is the best of five frames, and can be won either 3-0, 3-1, or 3-2. Sportspress can keep tally of both matches and frames won, but when I create a player list it only allows me to pick a single field to sort by, not sort first on matches and then on frames.

    Is what I want to do possible?

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

    (@rochesterj)

    Hi there

    Thanks for reaching out.

    In this case you can create a new stat for your ordering. Then you can use some math to make sure your desired order is kept using different magnitudes for each stat.

    For example:

    Order = Wins * 1000 + frames

    In this case, wins is worth 1000, and frames is just a tiebreaking criteria.

    You don’t need to display this stat, and you can use it only for your player list ordering.

    Thanks!

    Thread Starter NickJP

    (@nickjp)

    Thanks, setting up a new stat like that enables the player list to be correctly sorted.

    Roch

    (@rochesterj)

    You’re most welcome!

    Let us know if you need anything else.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sort player list by two criteria?’ is closed to new replies.