I have string coming in this format WORVS/000017/0005
.
I want to split the string on /
. I want only 000017
from this string and further I had another column to which it has to be concatenated.
I need a formula for same.
Create a formula and add below code.
Split (dbfield,"/")[2]