Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Average of group totals

Status
Not open for further replies.

MJD500

Technical User
Joined
Nov 9, 2001
Messages
33
Location
CA
I know that this is probably a very simple thing to do but I've been trying to do the following but I keep getting a cannot create total/summary errors:

I am using Crystal Reports 8.5. My report has 2 groups:
the Resolver Group Name and the Date ticket resolved along with a a count of tickets resolved per day per group.

My resolver group
May 2 10
May 3 12
May 4 14

The numbers after the date is a count of tickets which were
resolved on that day for that group.

How do I get an average of tickets resolved per day per group?

MJD

 
Hello.. Take the total number of days then the sum of the total problems.

Example:

31/Sum ({@TotalProblems})* 100

Place in the report footer..

Hope this helps Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top