Replies: 1 comment 2 replies
-
Hi,
After this setup, the system will automatically count how many times each team appears as a winner, which gives you the number of wins. With this wins count field, you can:
Please let me know if these steps work for you or if you need any further assistance! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
i have set up teable successfully and do my first steps. i successfully created a small match-list for a tennis doulbe tournament.
i have the tables "players", "teams" with links to the players (each team has two players) and a team name. this team name is linked in table "matches". the result is entered in table "matches" and i calculate the winner based on the subresults (each tennis-set is entered). in column "winner" on table matches the winner-team is shown, which is the field which is linked to the teams-table.
now i want calculate the ranking based on the wins. and i don't get it to work.
i tried to link a field in "teams" based on "winners" and do a rollup on that field. but that doesn't seem to work.
any ideas to realize that?
Beta Was this translation helpful? Give feedback.
All reactions