Extract file name and display in a view
Thomas Hampel
24 September 2010If you want to display the file name in a view, but you only have a field containing file and pathname, here is a small formula to get the file name only.
List:=@Explode(FilePath;"\\");
nrElm:=@Elements(List);
@Subset(List;-1)
Tagged with: Code Development