Sort by 2 couloms


Hello everyone. Would appreciate help. I built a scoreboard for basketball games. I need to create a table of the teams where the sorting is by game score. When there is a tie in points, the higher basket difference is included in the ranking. I was not able to find a way to date according to 2 topics, or to produce a correct connection of these 3 parameters using a template.
Any ideas?

Create a math column that multiplies your game score by 1000 and adds the basket difference, and then use that column for sorting.

There is nothing special about multiplying by 1000, it just needs to be an arbitrarily high number.

2 Likes

What @Darren_Murphy said…but I would like to eventually see more advanced sorting options in the builder. @tristan