ChiTownDiva
Technical User
Afternoon All...
I have a formula that someone on Tek-Tips was kind enough to share:
stringvar a:={JOB_TITLE} ;//replace with your field
stringvar slash:=trim(mid(a,instrrev(a,"/"
+2));
trim(mid(slash,instr(slash," "
+1 ) )
What this formula does is take care of spaces in a Job title code field i.e.:
0000/ H3340 Manager - Sr Product Markets
The result is "Manager - Sr Product Markets"
Now I have a new problem:
0000/ H3340 Manager - Sr Product Markets/LIF
The result is "LIF".
I know I need to add a line to take care of this, but could someone help me out?
Thanks in advance.
ChiTownDiva![[ponytails2] [ponytails2] [ponytails2]](/data/assets/smilies/ponytails2.gif)
I have a formula that someone on Tek-Tips was kind enough to share:
stringvar a:={JOB_TITLE} ;//replace with your field
stringvar slash:=trim(mid(a,instrrev(a,"/"
trim(mid(slash,instr(slash," "
What this formula does is take care of spaces in a Job title code field i.e.:
0000/ H3340 Manager - Sr Product Markets
The result is "Manager - Sr Product Markets"
Now I have a new problem:
0000/ H3340 Manager - Sr Product Markets/LIF
The result is "LIF".
I know I need to add a line to take care of this, but could someone help me out?
Thanks in advance.
ChiTownDiva
![[ponytails2] [ponytails2] [ponytails2]](/data/assets/smilies/ponytails2.gif)