Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
i need your help with the next issue :
i need to get the number between the third and the fourth "_" ( 555)
for example :
aaaa_ddd_222_555_jacac
somtimes it can be 3 chars and somtimes even 5 or 6 .
Thanks
Roee
Hi,
=SubField('aaaa_ddd_222_555_jacac','_',-2)