I have a crystal report that contains a cross-tab. I am unable to get the grand total to add up correctly. This is a patient based report that pulls in a provider, and the anesthesia type he used in treating the patient. There are some patients that have more than one anesthesia type and the report totals are working correctly for each anesthesia type but the grand total is not adding correctly.
example:
dr. smith
epi - 2
gen -1
spinal 7
The cross tab pulls a grand total of 9 but there are 10. I assume this is because the same patient may have 2 anes types and the grand total is only counting the patient once. I am totaling on patient_id (one patient id per patient, but may have more than one anes type) I have tried totaling on anes type but this does not work. Anes type in a string field.
Any suggestions ?