Forum Discussion
BryanHelgeson
3 years agoQrew Member
What do you do if the most recent entry is at the top of the list?
------------------------------
Bryan Helgeson
------------------------------
------------------------------
Bryan Helgeson
------------------------------
MarkShnier__You
Qrew Legend
3 years agoThis formula will probably work to parse out the most recent entry. But I have not tested it in years.
Trim(Right(Part(NotLeft([append at top],1),1, "["),"]"))
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
Trim(Right(Part(NotLeft([append at top],1),1, "["),"]"))
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- MarkShnier__You3 years ago
Qrew Legend
Where is a complete set of formula is when the append only newest entries are at the top is at the top.
Most Recent Entry
Trim(Right(Part(NotLeft([append at top],1),1, "["),"]"))
Date of Most Recent Entry
ToDate(NotLeft(Left([append at top], " "),1))
Name who did the most recent entry
NotLeft(Left([append at top], "]"),11)
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------