• Resolved welshrunner

    (@welshrunner)


    Hello. I’m using a player list widget to display top goal scorers (actually top try scorers – it’s a rugby setup, but the same principle applies), but cannot see any way to filter out players with 0 goals.

    Similarly for top points scorers etc. (elements from player performance or player stats)

    Is there a way to do this? Right now I am counting how many players have scored goals and manually setting the number of players to show.

    In SQL it would be something like this:

    select name, goals from playerlist where goals > 0 order by goals desc

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filter out players with 0 goals for top goal scorer list’ is closed to new replies.