pbuethe
Returning User
- Local time
- Today, 16:59
- Joined
- Apr 9, 2002
- Messages
- 210
The query the report is based on is as follows:
Columns are:
Group by RateCodeType
Count of CaseNbr
Avg, StdDev, Min, and Max of LOS
RateCodeType, CaseNbr, and LOS are all fields in tblRetroVolumes.
I have text boxes calculating the Total Cases, Minimum LOS, and Maximum LOS for all the records in the Report Footer. I cannot figure out how to get the Average and Standard Deviation for all the records. I don't think it will work to average the averages, etc.
Thanks for any help.
Columns are:
Group by RateCodeType
Count of CaseNbr
Avg, StdDev, Min, and Max of LOS
RateCodeType, CaseNbr, and LOS are all fields in tblRetroVolumes.
I have text boxes calculating the Total Cases, Minimum LOS, and Maximum LOS for all the records in the Report Footer. I cannot figure out how to get the Average and Standard Deviation for all the records. I don't think it will work to average the averages, etc.
Thanks for any help.