Hi, I was wondering if there is a way to have a calculated Contact property that would pull information from associated activities. In SQL it would be something like this: SELECT min(a.activity_date) From Activities a LEFT JOIN Contacts c on a.assoc
read more