glthornton
Programmer
Hi,
Using Cystal Reports 10. I'm trying to calculate a "No Show" percentage in reference to appointments. I am using a cross-tab type report and I have values for each doctor. My cross-tab looks something like this:
January 2005 February 2005
TotAppts NoShows % TotAppts NoShows %
Dr Alpha 143 5 0 152 9 0
Dr Beta 211 19 0 229 23 0
I've been trying to create a formula for the percentage but anything I try comes out incorrect. Does anyone have any suggestions with this. My biggest misunderstanding is how I can identify and use the calculated values that Crystal Reports shows within the tabbed fields.
Any ideas would greatly be appreciated.
GlThornton
Using Cystal Reports 10. I'm trying to calculate a "No Show" percentage in reference to appointments. I am using a cross-tab type report and I have values for each doctor. My cross-tab looks something like this:
January 2005 February 2005
TotAppts NoShows % TotAppts NoShows %
Dr Alpha 143 5 0 152 9 0
Dr Beta 211 19 0 229 23 0
Code:
The field for TotAppts is: Sum of tblSeen_NoShowCounts.TotAppts (Number)
The field for NowShows is: Sum of tblSeen_NShowCounts.NoShowCnt (Number)
I've been trying to create a formula for the percentage but anything I try comes out incorrect. Does anyone have any suggestions with this. My biggest misunderstanding is how I can identify and use the calculated values that Crystal Reports shows within the tabbed fields.
Any ideas would greatly be appreciated.
GlThornton