glthornton
Programmer
Hi everyone,
I'm using data from an Access database and CR 10 for the report. I'm having trouble trying to perform simple calculations within a cross-tab report. Here is a sample of my report:
I am using letting CR perform a Sum for both the PCP and Other PCP fields in the Total area. I read in a previous post, lbass said that you cannot use the totals from these calculated fields. I thought, "okay", well I'll just calculate them again using the Running Total Fields function and that works fine. But I cannot seem to combine these 2 function fields together providing me with a total of all appointments. This is what I'd like to end up with:
The continuity percentage is Total(PCP)/Total(Appt). So I'm trying to get the last 2 columns. Can anyone possibly assist me in getting this to work?
Thank you,
glthornton
I'm using data from an Access database and CR 10 for the report. I'm having trouble trying to perform simple calculations within a cross-tab report. Here is a sample of my report:
Code:
[b] Day 1 Day 2
Other Other Total
Dr. Name PCP PCP PCP PCP | PCP Other PCP[/b]
Dr. S 0 7 12 2 | 12 9
Dr. T 6 1 8 0 | 14 1
Dr. U 13 0 12 2 | 25 2
I am using letting CR perform a Sum for both the PCP and Other PCP fields in the Total area. I read in a previous post, lbass said that you cannot use the totals from these calculated fields. I thought, "okay", well I'll just calculate them again using the Running Total Fields function and that works fine. But I cannot seem to combine these 2 function fields together providing me with a total of all appointments. This is what I'd like to end up with:
Code:
[b] Day 1 Day 2 Total
Other Other Other Appt Continuity
Dr. Name PCP PCP PCP PCP | PCP PCP Total %[/b]
Dr. S 0 7 12 2 | 12 9 21 57.1
Dr. T 6 1 8 0 | 14 1 15 93.3
Dr. U 13 0 12 2 | 25 2 27 92.5
The continuity percentage is Total(PCP)/Total(Appt). So I'm trying to get the last 2 columns. Can anyone possibly assist me in getting this to work?
Thank you,
glthornton