Hi,
I have a table with lots of call data in groups for different dates. And I need to do a query to work out weighted averages...eg.
Group calls Date SpeedAnswer
10 129 5/5/09 10
20 30 6/5/09 11
10 500 6/5/09 15
I need to do a query which will group all 10 together, and work out the weighted average. So you would need to do formulae Calls*SpeedAnswer for each group 10 and divide by total calls.
Sorry if this isnt explained very well.
Cheers
I have a table with lots of call data in groups for different dates. And I need to do a query to work out weighted averages...eg.
Group calls Date SpeedAnswer
10 129 5/5/09 10
20 30 6/5/09 11
10 500 6/5/09 15
I need to do a query which will group all 10 together, and work out the weighted average. So you would need to do formulae Calls*SpeedAnswer for each group 10 and divide by total calls.
Sorry if this isnt explained very well.
Cheers