StephanieB
2 years agoQrew Member
Trying to retrieve last comment from Audit History
Help! I'm trying to retrieve the last comment on a table, but I am ending up with the one above the last one.
Any help would be greatly appreciated!
Example of field (comments):
[MAR-03-23 11:21 AM Crystal] Updated Screener
[MAR-03-23 11:22 AM Crystal] .
[MAR-03-23 1:35 PM Nicole ] confirmed approval, MILITARY LEASE - used LES for POI
[MAR-04-23 12:45 PM Megan Botti] Added MID + Concession
Expected: [MAR-04-23 12:45 PM Megan Botti] Added MID + Concession)
but it is returning the one aove it
Returned: [MAR-03-23 1:35 PM Nicole ] confirmed approval, MILITARY LEASE - used LES for POI
FORMULA
If(Trim([Comments])<>"",
"[" & Right(NotRight([Comments],"["),"["))
------------------------------
Stephanie Bouldin
------------------------------