I want to count all linked dates per specific users, but can’t figure out how to do it.
My use case is different from the feature request to filter visible fields when selecting (I think).
I have several users with a specific (to them) date. All users have multiple linked dates. I would like to count all dates that are after the specified date.
visual representation (currently Count also contains dates before paymentDate)

I’m able to filter fields that have a single linked date using the following formula: IS_AFTER(dates, paymentDate), but it throws #ERROR when there’s multiple linked fields.
In my application I am able to filter specific records using a similar formula, but this is applied to each of the entries, not the rollup as a whole (which is what I’m looking for).
Is this possible? thanks in advance!

