I have a question regarding groups.
Currently I have two groups
group one is a use a formula for a group name:
IF {POST_CASE.MAIN_PROCEDURE_ID} IN ["092200", "092205", "092300", "096853"]
THEN
"ASSORTED COLON CASES"
ELSE
IF {POST_CASE.MAIN_PROCEDURE_ID} = "085400" THEN
"TOTAL KNEE ARTHROPLASTY" ELSE
IF {POST_CASE.MAIN_PROCEDURE_ID} = "085300" THEN
"TOTAL HIP ARTHROPLASTY" ELSE
2nd group:
Post_Case.Provider_Short_Name
So my procedures look like this:
Total Hip Arthroplasty
Dr. X
Dr.y
Total Knee Arthroplasty
Dr. x
Dr.y
Which is perfect. But for the procedures that I had in a array it looks like this.
ASSORTED COLON CASES
Dr. X
Dr. Y
ASSORTED COLON CASES
Dr. X
Dr. Y
ASSORTED COLON CASES
Dr. X
Dr. Y
Dr. z
Now is there a way that I can show "all the ASSORTED COLON CASES" in one group like the others?
ASSORTED COLON CASES
Dr. x
Dr. Y
Dr. z
Thanks alot!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Crystal 8.5; ORSOS/One Call Hospital Scheduling System v9.3; SQL database; Huge Newbie to Crystal! Operating Room RN Analyst
Currently I have two groups
group one is a use a formula for a group name:
IF {POST_CASE.MAIN_PROCEDURE_ID} IN ["092200", "092205", "092300", "096853"]
THEN
"ASSORTED COLON CASES"
ELSE
IF {POST_CASE.MAIN_PROCEDURE_ID} = "085400" THEN
"TOTAL KNEE ARTHROPLASTY" ELSE
IF {POST_CASE.MAIN_PROCEDURE_ID} = "085300" THEN
"TOTAL HIP ARTHROPLASTY" ELSE
2nd group:
Post_Case.Provider_Short_Name
So my procedures look like this:
Total Hip Arthroplasty
Dr. X
Dr.y
Total Knee Arthroplasty
Dr. x
Dr.y
Which is perfect. But for the procedures that I had in a array it looks like this.
ASSORTED COLON CASES
Dr. X
Dr. Y
ASSORTED COLON CASES
Dr. X
Dr. Y
ASSORTED COLON CASES
Dr. X
Dr. Y
Dr. z
Now is there a way that I can show "all the ASSORTED COLON CASES" in one group like the others?
ASSORTED COLON CASES
Dr. x
Dr. Y
Dr. z
Thanks alot!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Crystal 8.5; ORSOS/One Call Hospital Scheduling System v9.3; SQL database; Huge Newbie to Crystal! Operating Room RN Analyst