Tables A, B, and C
Table A has a 1 to Many with table B
Table B has a Many to 1 with table C
Table C has a “created at” field, which is linked to on table B via a lookup field
I want to show the max “Created At” of C entries linked to a given A entry.
I get all of the options I think I need in the rollup field creation but then when I select: Rollup, on B, max(lookup field that references C’s created at), nothing happens. All values are blank.
why? How can I fix this?