Page 1 of 1

string extract

Posted: Wed Nov 20, 2013 8:41 am
by DSRajesh
Hi All,

I need to extract string after / in '111/222' where the numbers before and after / is not constant all the times.

How to extract the number after '/'.

Posted: Wed Nov 20, 2013 8:59 am
by crystal_pup
Use the field function by specifying "/" as the delimiter.