Hello,
I have an "activity" table with a date column. It is related to a "need" table with a search column.
I need to show in a "need" form or column the maximum value of the associated "activity" dates.
I can't figure out how to do it in a data-driven app without a canva component.
Calculated columns doesn't seem to do the trick. Formula column neither.
Is there any way to display this simple information in a dynamic way?