Column For Link Target Parent

There is the shell property you can add, for lister columns, that shows a link's target path.
I wonder how there could be a column that displays the target path but only the parent folder? (The "parent" column shows the parent of where the link file exists, not its target.)

XML
<?xml version="1.0"?>
<evalcolumn align="0" attrrefresh="no" autorefresh="no" blurrable="no" customgrouping="no" foldertype="all" keyword="TargetParent" maxstars="5" namerefresh="no" nocache="no" reversegroups="no" reversesort="no" supportmarkup="no" title="TargetParent" type="0">Parent(target)</evalcolumn>

That's showing the full path, not the parent only.

FilePart(Parent(target))

Perfect, thank you.