I have a field named {Post Procedure.PROCEDURE_DESC} it is a string w/ legnth 75. I want to make a formula that will look at this string field, and check and see if the word (s)
"colon, colectomy, bowel " are in this field. I would like any of these words to be able to print out on my crystal report.
How do I do this? Right now I have a report with two groups {STAFF.PRIMARY_GROUP} and {Post Case.PROVIDER_SHORT_NAME}
{Post Procedure.PROCEDURE_DESC} is in the detail
It looks like this:
So all that would show in the report would be
Lap Colon
Small Bowel Resection
thank you very much. See my sig for more info!
Lareya
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Crystal 8.5; ORSOS/One Call Hospital Scheduling System v9.3; SQL database; Huge Newbie to Crystal! Operating Room RN Analyst
"colon, colectomy, bowel " are in this field. I would like any of these words to be able to print out on my crystal report.
How do I do this? Right now I have a report with two groups {STAFF.PRIMARY_GROUP} and {Post Case.PROVIDER_SHORT_NAME}
{Post Procedure.PROCEDURE_DESC} is in the detail
It looks like this:
Code:
GenSurg (group1)
Dr. Smith (group2)
(Details)
Proc. Desc Name Date Case#
Lap colon
Nissen
Small bowel Resection
Explor Lap
So all that would show in the report would be
Lap Colon
Small Bowel Resection
thank you very much. See my sig for more info!
Lareya
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Crystal 8.5; ORSOS/One Call Hospital Scheduling System v9.3; SQL database; Huge Newbie to Crystal! Operating Room RN Analyst