May 19, 2023 04:57 AM
Hi,
Sorry, i'm new. I'm trying Airtable to check if i can use for my project. I have a question, maybe simple, maybe not.
I have 3 tables:
I have to create a new table SeasonScoreboard:
For the CountVictory i've tried COUNTA( IF( OR( RECORD_ID() = {Match}, {Team.ShortName} = {Match.Winner} ), 1 ) ) but it's not working. My formulae dosn't pass the spell check.
I want to know how to get child from other table...
Can you help me?
May 19, 2023 10:10 PM
I may be way off, but it seems like you want the Shortname to appear on the other table. If it's linked, you can use the "Lookup" field type.
May 22, 2023 11:47 AM
Hi there! Seems like some of the Table linking is inconsistent or missing. Since you have "Teams" in the Season table, the Teams table should also have the Season table linked, right? Similarly, since you have "Season" in the "Match" table, the "Season" table should also include the "Matches" linked field, right? Finally, since "Team" will be in your new SeasonScoreboard table, then you need to also include "SeasonScoreboard" in your "Team" table. I'd also add in the "Season" & "Match" links in your "SeasonScoreboard" table. This is key because your CountVictory and CountDefeat fields can probably be rollups on Match data with conditionals on Season and Team.
Hopefully this is a start 🙂