Hi all
I'm really hoping someone could shed some light on the problem i'm having with a crystal report.
I have a report that defines whether a patient is a high dependancy or a low dependancy case. The report is initially grouped on a locality field(5 Localities), then on a date of visit (weekly grouping) and finally on a patient number. It shows up the patients visited in each week for each locality. within the patient grouping i have the visit dates and the duration of visits. i have a count of the visits and the sum of the durations. A high dependancy patient has more than 6 visits in a week or over 180 minutes duration a week.
Here's where the problem starts. i have a two formulas that check each patient for the duration and the visit count, 1 if the patient is high and 0 if they are low dependancy. A final formula field (@highdepcount) checks that either of the previous two formulas are one and then assigns 1 for high and 0 for low dependancy. I'd like to be able to perform a sum on this last formula field to get a count for those patients who are a high dependancy. Unfortunately if i try to sum it, the error "This field cannot be summarized" appears.
Does anyone know of any better ways to do this or how i could get the sum of @highdepcount
Hope this makes sense
Thanks in advance
I'm really hoping someone could shed some light on the problem i'm having with a crystal report.
I have a report that defines whether a patient is a high dependancy or a low dependancy case. The report is initially grouped on a locality field(5 Localities), then on a date of visit (weekly grouping) and finally on a patient number. It shows up the patients visited in each week for each locality. within the patient grouping i have the visit dates and the duration of visits. i have a count of the visits and the sum of the durations. A high dependancy patient has more than 6 visits in a week or over 180 minutes duration a week.
Here's where the problem starts. i have a two formulas that check each patient for the duration and the visit count, 1 if the patient is high and 0 if they are low dependancy. A final formula field (@highdepcount) checks that either of the previous two formulas are one and then assigns 1 for high and 0 for low dependancy. I'd like to be able to perform a sum on this last formula field to get a count for those patients who are a high dependancy. Unfortunately if i try to sum it, the error "This field cannot be summarized" appears.
Does anyone know of any better ways to do this or how i could get the sum of @highdepcount
Hope this makes sense
Thanks in advance