Hi,
I have a report with this type of set up. These are all different types of procedures sorted by their table as to what they are. general surgery, ent surgery, gyn surgery, and ortho surgery....ect. I have about 10 different types of surgery. I call them by their procedure_ID
{PROCEDURES.PROCEDURE_ID}
GEN CB2EZ 095423
ENT EB1FEZ 915320
GYN BB1UZ 085362
ORT AA6Z 118932
okay, I actually put in the spaces to SHOW that each of these actually mean something. But they are really all together LIKE THIS GENCB2EZ095423
Now, how will I be able to access these different parts.
The first 3 will always be 3 letters
The next section will not be the same length, but it always ends with a Z (that is the stop point)
The last part that follows the Z will always be a number.
I am interested in reporting on the first two sections.
I have been trialing and erroring w/mid, Left, Right and they are helpful. but what i really need is to be able to use them in conjuntion.
Example:
MID({PROCEDURES.PROCEDURE_ID}, 4,6) gives me kinda what I need, but what do I do to actually find Z which is my stop point? It is a string, but it really is used as a delimiter.
I need to search the individual surgery type, and then I need to sort the different types of surgery within the catagories, and then count, sum, etc.,
GEN (general surgery)
GENCB2EZ095423 (appendectomy)
GENCB2FZ68542 (cholecystecomy)
GENCB1FZ98521 (biliroth)
and the same with all the different service.
The first two sections in the procedure_ID, tells what service, and what type. so I can report on all the abdominal cases, all the laparscopic cases, all the hand etc., that is why they are named this way.
I know I am making little sense here. If someone can ask me questions, I may be able to explain it better, so YOU can help me better. Please see my sig for the applications I am using.
I appreciate all the help anyone would like to give!
Lareya
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Crystal 8.5; ORSOS/One Call Hospital Scheduling System v9.3; SQL database; Huge Newbie to Crystal! Operating Room RN Analyst
I have a report with this type of set up. These are all different types of procedures sorted by their table as to what they are. general surgery, ent surgery, gyn surgery, and ortho surgery....ect. I have about 10 different types of surgery. I call them by their procedure_ID
{PROCEDURES.PROCEDURE_ID}
GEN CB2EZ 095423
ENT EB1FEZ 915320
GYN BB1UZ 085362
ORT AA6Z 118932
okay, I actually put in the spaces to SHOW that each of these actually mean something. But they are really all together LIKE THIS GENCB2EZ095423
Now, how will I be able to access these different parts.
The first 3 will always be 3 letters
The next section will not be the same length, but it always ends with a Z (that is the stop point)
The last part that follows the Z will always be a number.
I am interested in reporting on the first two sections.
I have been trialing and erroring w/mid, Left, Right and they are helpful. but what i really need is to be able to use them in conjuntion.
Example:
MID({PROCEDURES.PROCEDURE_ID}, 4,6) gives me kinda what I need, but what do I do to actually find Z which is my stop point? It is a string, but it really is used as a delimiter.
I need to search the individual surgery type, and then I need to sort the different types of surgery within the catagories, and then count, sum, etc.,
GEN (general surgery)
GENCB2EZ095423 (appendectomy)
GENCB2FZ68542 (cholecystecomy)
GENCB1FZ98521 (biliroth)
and the same with all the different service.
The first two sections in the procedure_ID, tells what service, and what type. so I can report on all the abdominal cases, all the laparscopic cases, all the hand etc., that is why they are named this way.
I know I am making little sense here. If someone can ask me questions, I may be able to explain it better, so YOU can help me better. Please see my sig for the applications I am using.
I appreciate all the help anyone would like to give!
Lareya
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Crystal 8.5; ORSOS/One Call Hospital Scheduling System v9.3; SQL database; Huge Newbie to Crystal! Operating Room RN Analyst