No, you are getting the Average of all values of that field for all linked Records.
So if you have Player A, linked to Game A, Game B and Game C, with points 10, 15, and 17, the Rollup field in Players A will give you 14, which is the average of those 3 numbers.
Thanks Elias - this put me on the right track. I wanted to avoid manually linking to each new record, which I couldn’t work out how to do until I stumbled upon realising that duplicating a record means that it’s added to the linked record by default (note that creating a new record doesn’t do this).
Anyways, thanks.
Thanks Elias - this put me on the right track. I wanted to avoid manually linking to each new record, which I couldn’t work out how to do until I stumbled upon realising that duplicating a record means that it’s added to the linked record by default (note that creating a new record doesn’t do this).
Anyways, thanks.
What do you mean?
I create new linked records from Table A inside Table B. So I am entering a new Player, y create his Games from his own Record.
If I press + here:

and add ‘Match 3’ manually, ‘Match 3’ doesn’t automatically appear in a linked table:
(I wanted to put a screenshot here but the platform won’t let me post more than one image.)
However, if I duplicate the ‘Match 2’ record here:
(I wanted to put a screenshot here but the platform won’t let me post more than one image.)
it does automatically add ‘Match 3’ here:
(I wanted to put a screenshot here but the platform won’t let me post more than one image.)
I’m happy with the latter.
Thanks for your help.
If I press + here:

and add ‘Match 3’ manually, ‘Match 3’ doesn’t automatically appear in a linked table:
(I wanted to put a screenshot here but the platform won’t let me post more than one image.)
However, if I duplicate the ‘Match 2’ record here:
(I wanted to put a screenshot here but the platform won’t let me post more than one image.)
it does automatically add ‘Match 3’ here:
(I wanted to put a screenshot here but the platform won’t let me post more than one image.)
I’m happy with the latter.
Thanks for your help.
You can’t have “default linked records”. You can duplicate one of the previous (I do it a lot :grinning_face_with_sweat: ), or you can Group in the PlayerMatch table by Match, so when you are creating a Match and adding the Players, you only add the relation once, and if you create a new Match, you only have to link the first Player.
I think you have something like this:

Thanks, haven’t tried grouping before