• Resolved ragin.heri

    (@rai10)


    Hi,

    I want to create a list for my soccer league which show the player who got a yellow or red card. The first rule for sorting is “red cards” (descending) and secondly “yellow cards” (descending). And if both stats are =0 the player should be skipped.
    Is this possible?

    I have already created this list for goals and this worked perfectly because there is only one sort option.

    I need your help 🙂
    Thank you!

    Cheers Rainer

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

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

    (@rochesterj)

    Hi!

    Thanks for reaching out!

    You’ll need to create two different player lists, then remove the duplicate entries.

    Another idea is creating a third stat, something called “discipline” for example. That stat would have a formula that reflects your desired ordering. For instance:
    RED * 1000 + YELLOW

    Then you can order players based on that new stat and you could hide it so users won’t actually see it.

    Thanks!

    Thread Starter ragin.heri

    (@rai10)

    Hi Roch,

    I acually don’t know how to do it with the two lists but I tried the second way and this worked perfectly. Thank you very much!

    Roch

    (@rochesterj)

    You’re most welcome!

    Let us know if you need anything else.

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

The topic ‘Sort options for player list’ is closed to new replies.