S
Steven Voorhees
I took on a project at my work, that has me stumped now.
I am trying to get this done, since currently, the raw
data is entered into an Excel spreadsheet, that performs
calculations. The results from those calculations are
then copied and pasted to another spreadsheet(which is
different everyday) that performs additional
calculations, and then others take the results and
calculations from the second spreadsheet and paste into 2
or 3 other spreadsheets.
The database is designed to streamline the process, since
everyone utilizes the same data, just for different
people. This database if for a hotel and ticketing call
center.
Each agent has 3 separate telephone logons, that they may
or may not use daily, but is still used in
statistics.
Basically, in a query, I am taking IC talk-h(main),
IC talk-h(hotel), and IC talk-h(tw) adding them
together, multipling by 60 and adding to the total for
the minutes. The resulting query field is "Talk Time".
In the query, I then try to Average the "talk time"
results. If I use AVG([talk time]) or even try averaging
all three, I get the aggregate error. If I try using
totals, I don't get the error, but it doesn't
average.
Everything looks and works beautiful in the database,
except for this.As for the previous response, it would be
nice, but I don't think it is possible. The information
that I have to collect for each day is: Agent, date,
logon hrs(main), logon min(main), # ans(main), IC talk hrs
(main), IC talk min(main), Work min(main), Work sec(main)
Break hrs(main), and Break min(main). This is repeated
but
with main, hotel, and tw in parenthesis. So three
possible sets of numbers for each agent, each day.
I am trying to get this done, since currently, the raw
data is entered into an Excel spreadsheet, that performs
calculations. The results from those calculations are
then copied and pasted to another spreadsheet(which is
different everyday) that performs additional
calculations, and then others take the results and
calculations from the second spreadsheet and paste into 2
or 3 other spreadsheets.
The database is designed to streamline the process, since
everyone utilizes the same data, just for different
people. This database if for a hotel and ticketing call
center.
Each agent has 3 separate telephone logons, that they may
or may not use daily, but is still used in
statistics.
Basically, in a query, I am taking IC talk-h(main),
IC talk-h(hotel), and IC talk-h(tw) adding them
together, multipling by 60 and adding to the total for
the minutes. The resulting query field is "Talk Time".
In the query, I then try to Average the "talk time"
results. If I use AVG([talk time]) or even try averaging
all three, I get the aggregate error. If I try using
totals, I don't get the error, but it doesn't
average.
Everything looks and works beautiful in the database,
except for this.As for the previous response, it would be
nice, but I don't think it is possible. The information
that I have to collect for each day is: Agent, date,
logon hrs(main), logon min(main), # ans(main), IC talk hrs
(main), IC talk min(main), Work min(main), Work sec(main)
Break hrs(main), and Break min(main). This is repeated
but
with main, hotel, and tw in parenthesis. So three
possible sets of numbers for each agent, each day.