substring - Crystal Report : formula for Splitting string on / and concatenating it with other string -


i have string coming in format worvs/000017/0005.

i want split string on /. want 000017 string , further had column has concatenated.

i need formula same.

create formula , add below code.

split (dbfield,"/")[2] 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -