Forum Discussion
WilliamLatimer
7 years agoQrew Cadet
Yes, I am talking about the Date - Name part. In the screenshot I shared above, the logging details makes it hard to read the actual values in that list view. In the subsequent details page, then I do want to see the logging details of Date - Name.
EverettPatterso
7 years agoQrew Captain
Ok, you can just make two formula fields. Use one on the list view and use one on the details page.
Last Log Without Date/Name = Trim(Right([My Field],"]"))
Last Log With Date/Name = If([My Field]="", "", Left([My Field], " ") & "] " & Trim(Left(NotLeft([My Field],"]"),"[")))
Last Log Without Date/Name = Trim(Right([My Field],"]"))
Last Log With Date/Name = If([My Field]="", "", Left([My Field], " ") & "] " & Trim(Left(NotLeft([My Field],"]"),"[")))