Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have data in table box as below
one value is 32089/5409836 and another value 0464765
How can I get the output as below
32089
464765
Can anyone please suggest me as this is very urgent work. Please suggest.
SubField(field, '/',1)+0
SubField(field, '/',1)+0
=Num(SubField(yourfield,'/',1))
Thanks.
Thanks as well.