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

c++ - Linked List error when inserting for the last time -

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

tsql - Pivot with Temp Table (definition for column must include data type) -- SQL Server 2008 -