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
Post a Comment