I am using Crystal 11 and a SQL database.
My data is for On-time starts in an Hospital Operating Room.
Data includes: DateofSurgery, MDName, SurgeonType, PercentOnTimeStarts.
I am doing a six-month report. I am grouping the graph "On Change of" by Surgeontype first and then MDName.
The issue is that the order of the dates is following the first surgeon in the group. If the first surgeon has no cases in a month, the second and third surgeon's graph will be out of order. This works OK when the first surgeon has complete data. Meaning that the performed at least one case in every month. The first surgeon with incomplete data bar graph will show JUL, AUG, OCT, NOV, DEC. This surgeon did not do a surgery in SEP. The next surggeon has a case in every month (complete data). The graph show the months out of order. The Graph will show JUL,AUG,OCT,NOV,DEC,SEP.
Is there anyway to control this without adding data to the table eliminating the NULL months for each surgeon?
My data is for On-time starts in an Hospital Operating Room.
Data includes: DateofSurgery, MDName, SurgeonType, PercentOnTimeStarts.
I am doing a six-month report. I am grouping the graph "On Change of" by Surgeontype first and then MDName.
The issue is that the order of the dates is following the first surgeon in the group. If the first surgeon has no cases in a month, the second and third surgeon's graph will be out of order. This works OK when the first surgeon has complete data. Meaning that the performed at least one case in every month. The first surgeon with incomplete data bar graph will show JUL, AUG, OCT, NOV, DEC. This surgeon did not do a surgery in SEP. The next surggeon has a case in every month (complete data). The graph show the months out of order. The Graph will show JUL,AUG,OCT,NOV,DEC,SEP.
Is there anyway to control this without adding data to the table eliminating the NULL months for each surgeon?