Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Are the comments being added as a child to Tasks? I will assume so.
"no problem".
On the relationship between Tasks and Comments make a Summary (maximum) of the [Date Modified] and call it [Date Modified of Most Recent Comment].
Then on the Task record make a new formula date/time field called [Date Modified of Task or Comment]
The formula will be
Max([Date Modified],[Date Modified of Most Recent Comment])
"no problem".
On the relationship between Tasks and Comments make a Summary (maximum) of the [Date Modified] and call it [Date Modified of Most Recent Comment].
Then on the Task record make a new formula date/time field called [Date Modified of Task or Comment]
The formula will be
Max([Date Modified],[Date Modified of Most Recent Comment])
- JeffBell8 years agoQrew TraineeAh yes, that works brilliantly. Thank you!