Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 11212

Re: substring to get last values

$
0
0

Hi.

You can use and standar function. with length.

 

map.jpg

 

Field--:>Length :>grea

 

 

Or you can use and UDF like this

 

String sResult = "";

if (sValue.length >= 40)    sValue = sValue.substring(0,40);
else    sResult = sValue;

return sResult;

 

 

Regards

Lucho


Viewing all articles
Browse latest Browse all 11212

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>