I have a grouping report which has 3 groups(Repname, ReqType and WOType).
Group1- Repname
Group2- ReqType
Group3- WOType
I need to calculate grand total of Avg_Survey_Time.
Avg_Survey_Time=Sum(SurveyTime)/Count(WorkOrder)
Rep has values = A12,A13,A14
ReqType has Values = Physical, New, Claim
WOType has values = Jobsite, Prospect, Telesurvey
My Report is like this,
A12 Avg_Survey_Time(hrs)
Physical
Jobsite 132.00
Prospect 22.72
New
Telesurvey 117.32
Jobsite 23.11
A13
Claim
Jobsite 219.78
Telesurvey 235.91
Grand Total ------------------------------> ? ? ?
Group1- Repname
Group2- ReqType
Group3- WOType
I need to calculate grand total of Avg_Survey_Time.
Avg_Survey_Time=Sum(SurveyTime)/Count(WorkOrder)
Rep has values = A12,A13,A14
ReqType has Values = Physical, New, Claim
WOType has values = Jobsite, Prospect, Telesurvey
My Report is like this,
A12 Avg_Survey_Time(hrs)
Physical
Jobsite 132.00
Prospect 22.72
New
Telesurvey 117.32
Jobsite 23.11
A13
Claim
Jobsite 219.78
Telesurvey 235.91
Grand Total ------------------------------> ? ? ?