ChiTownDiva
Technical User
Happy Hump Day All!!!
I've got a string splitting problem.
I need to split a field where sometimes they look like this:
9191/ 9191 Compliance Assistant (two spaces between the "/" and the second "9191" and one space between "9191" and "Compliance Assistant"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Sometimes they look like this:
0000/ P0604 Manager (one space between the "/" and the "P0604" and one space between "P0604" and "Manager"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Or this:
9199/000000 Sales Associate (one space between "9199/000000" and "Sales Associate"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
The one thing they all have in common is that there is only one space between the job function (i.e. "9199/000000"
and the job title (i.e. "Sales Associate"
.
All I need to show is the job title (i.e. "Sales Associate"
. I've tried:
Right(Trim({Names}),Len(Trim({Names}))-InStr(1, {Names}," "
)
but this doesn't work in all cases.
Does anyone have any ideas?
Thanks in advance for your help.
ChiTownDiva![[ponytails2] [ponytails2] [ponytails2]](/data/assets/smilies/ponytails2.gif)
I've got a string splitting problem.
I need to split a field where sometimes they look like this:
9191/ 9191 Compliance Assistant (two spaces between the "/" and the second "9191" and one space between "9191" and "Compliance Assistant"
Sometimes they look like this:
0000/ P0604 Manager (one space between the "/" and the "P0604" and one space between "P0604" and "Manager"
Or this:
9199/000000 Sales Associate (one space between "9199/000000" and "Sales Associate"
The one thing they all have in common is that there is only one space between the job function (i.e. "9199/000000"
All I need to show is the job title (i.e. "Sales Associate"
Right(Trim({Names}),Len(Trim({Names}))-InStr(1, {Names}," "
but this doesn't work in all cases.
Does anyone have any ideas?
Thanks in advance for your help.
ChiTownDiva
![[ponytails2] [ponytails2] [ponytails2]](/data/assets/smilies/ponytails2.gif)