Home All Groups Group Topic Archive Search About

Crystal Reports - Average of two fields

Author
14 Oct 2006 9:37 AM
amit
Hi guys

I am using access database with Crystal Reports in VS2003
I am working on "Hospital Database"
The fields are -
Name - Date - ConsultingCharge - TotalFees
i.e. Total Fees include fees for medicine issued by hospital


In the report I want to display the Average of  ConsultingCharge and
TotalFees for every record.
i.e.  Name - Date -  ConsultingCharge - TotalFees - Aversge (TotalFees/



ConsultingCharge)
How can we display the average of two fields in database for every
record.


Further in the monthly analysis report I want to display
Month - TotalFees - ConsultingCharge - Average (  ConsultingCharge/
TotalFees )
How to generate report for month from the database with all the dates.
How to display the average of sum of  ConsultingCharge and TotalFees.


Thanks


Amit

Author
14 Oct 2006 3:50 PM
Spam Catcher
"amit" <amit.mural***@gmail.com> wrote in news:1160818675.986004.101280
@m73g2000cwd.googlegroups.com:

> In the report I want to display the Average of  ConsultingCharge and
> TotalFees for every record.
> i.e.  Name - Date -  ConsultingCharge - TotalFees - Aversge (TotalFees/
>
>
>
> ConsultingCharge)
> How can we display the average of two fields in database for every
> record.

Have you taken a look at formula fields?