Hi all,
in a table I have a long text field representing a path.
Currently strings are truncated like:
/aaaa/bbb/ccc/...
I'd like the string to be truncated like
.../ccc/ddd/eee/fff
so that the tail of the string is showed.
Can that be somehow configured?
Thanks a lot
Vincenzo