• Resolved iammatthill

    (@iammatthill)


    I can currently order the three lists by ‘Goals’, ‘Assists’ and ‘Blocks’, but when there are multiple players on the same number, I would like to have a secondary category that it is ordered by. How do I do this?

    I thought maybe the following would work, but it didn’t.

    orderby=”goals,height”

    Any suggestions?

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

Viewing 1 replies (of 1 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out.

    Unfortunately, the player lists don’t have this option.

    What you can do is to create a new stat just for ordering, which is hidden from your users.

    In that case, you could add it with this formula:
    GOALS * 1000 + Height

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Order Player List by Secondary Category’ is closed to new replies.