Hi
I need help with creating a running count that counts patients only on the first day that they visit a clinic during a month but displays a subtotal for each of the days of the month
I've grouped by Day, which is a field with values numbered 1 to 31. Don't even suggest removing this!
This is the formula for my running count:
Summary:
patientID - distinct count
Evaluate:-
Day(visitdate) = day
Reset:- Never
Here is the problem: The running count displays the following when inserted into the group footer for Day.
Day RC Data
1 0 (no patients)
2 4 (4 patients came)
3 4 (but there were no patients)
4. 4 (but there were no patients
When I drill down I can see that the subtotal is 0 for 3 and 4. What do I need to do to display that subtotal instead of the running count total?
I need help with creating a running count that counts patients only on the first day that they visit a clinic during a month but displays a subtotal for each of the days of the month
I've grouped by Day, which is a field with values numbered 1 to 31. Don't even suggest removing this!
This is the formula for my running count:
Summary:
patientID - distinct count
Evaluate:-
Day(visitdate) = day
Reset:- Never
Here is the problem: The running count displays the following when inserted into the group footer for Day.
Day RC Data
1 0 (no patients)
2 4 (4 patients came)
3 4 (but there were no patients)
4. 4 (but there were no patients
When I drill down I can see that the subtotal is 0 for 3 and 4. What do I need to do to display that subtotal instead of the running count total?