Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
As posted above
Date of most recent update (this needs to be a formula date field)
ToDate(Left(Right([my update field],"["),9))
Date of most recent update (this needs to be a formula date field)
ToDate(Left(Right([my update field],"["),9))
QuickBaseCoachD
8 years agoQrew Captain
OK, sorry, I missed the point about needing only for a particular status.
I think that we need to go to plan B here. Nevermind the log field.
I suggest using Actions. You will find that in Settings for the Table
Set up a child table to log changes to that field in the main record. call it Status changes for status XXX
The Action will trigger when the record is saved and the status changes and the status is the special value.
Then on the relationship summarize the maximum of that field and you will have the date of the most recent change.
I think that we need to go to plan B here. Nevermind the log field.
I suggest using Actions. You will find that in Settings for the Table
Set up a child table to log changes to that field in the main record. call it Status changes for status XXX
The Action will trigger when the record is saved and the status changes and the status is the special value.
Then on the relationship summarize the maximum of that field and you will have the date of the most recent change.