Skip to Content
0
Apr 23, 2014 at 04:47 PM

long String truncation

166 Views

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