Using Crystal 8.5
Connecting through SQL server
I am trying to create a crosstab report that will list each procedure in a surgery and total cost of the surgery. The current table shows:
Pro_ID Case_ID Procedure_Name
9604 8656 ANGIO LV/COR W/POSSIBLE INTERVENTION (FV 2)9613 8656 ANGIO CORONARY STENT LAD
9614 8656 ANGIO CORONARY STENT ADDITIONAL - CIRCUMFLEX
9615 8656 ANGIO PTCA EACH ADDITIONAL VESSEL
On my main report which is grouped first on Case_ID will list each procedure (in the details band) however, my crosstab report (which is in the header) will only show the first procedure name instead of listing all 4 procedures. How can I get the crosstab report to display all procedures for that case ID.
Thanks for your help in advance.
Connecting through SQL server
I am trying to create a crosstab report that will list each procedure in a surgery and total cost of the surgery. The current table shows:
Pro_ID Case_ID Procedure_Name
9604 8656 ANGIO LV/COR W/POSSIBLE INTERVENTION (FV 2)9613 8656 ANGIO CORONARY STENT LAD
9614 8656 ANGIO CORONARY STENT ADDITIONAL - CIRCUMFLEX
9615 8656 ANGIO PTCA EACH ADDITIONAL VESSEL
On my main report which is grouped first on Case_ID will list each procedure (in the details band) however, my crosstab report (which is in the header) will only show the first procedure name instead of listing all 4 procedures. How can I get the crosstab report to display all procedures for that case ID.
Thanks for your help in advance.