I have a base with two tables:
“People” table -> Contains a manually entered “last special date” field
“Matches” table -> Contains records for matches. Each record has a date the match took place and a link field linking to multiple people (typically 2-8 per match)
What I would like to do is to have another field in “People” that tracks the number of matches the person took place in since “last special date”. Essentially, I’d like a SUM(values) Rollup of match dates, but only for matches with dates after the “last special date” for each person.
I can’t find a way to do this… any suggestions?
Thanks!
