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))
- jeannejeanne8 years agoQrew Cadetstruggling with this one. i need the date stamp of the last time the multiple choice (with log edit) of "WIP" was set. there may have been other statuses after WIP, but i need to display Date Stamp of when WIP was selected. thanks for your help.
- QuickBaseCoachD8 years agoQrew CaptainOK, 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.