Hi Everyone,
I have a report that currently reports against call data like so...
Offered Handled Avg Length
10,000 9,845 00:01:58
I now need to add agent data to the report like so...
Offered Handled Avg Length Avail %
10,000 9,845 00:01:58 5.6%
Avail % is the time an agent sits waiting for a call. The call information is grouped several different times in the report. By date, application, and site. All the call information is in a call detail table, with a record for each call. The agent data is in an agent table that sums up the entire day into one record for each agent. The only common fields between them are site, date, and agent extension. (None of the fields are named the same though, and the agent extension field in the call detail record is not always an extension.) I tried adding the agent table to the infoview used in the report and linking the date and site fields, but it counts each call record hundreds one times. I tried linking the call detail table to the agent table with left joins and the report doesn't run at all. I know this report is possible in Access, and can't believe it is not possible in Crystal 8.0.1.
I have thought about creating a second sub-report, but don't think it will work with the grouping. Any ideas would be greatly appreciated.
Thanks, Tim.
I have a report that currently reports against call data like so...
Offered Handled Avg Length
10,000 9,845 00:01:58
I now need to add agent data to the report like so...
Offered Handled Avg Length Avail %
10,000 9,845 00:01:58 5.6%
Avail % is the time an agent sits waiting for a call. The call information is grouped several different times in the report. By date, application, and site. All the call information is in a call detail table, with a record for each call. The agent data is in an agent table that sums up the entire day into one record for each agent. The only common fields between them are site, date, and agent extension. (None of the fields are named the same though, and the agent extension field in the call detail record is not always an extension.) I tried adding the agent table to the infoview used in the report and linking the date and site fields, but it counts each call record hundreds one times. I tried linking the call detail table to the agent table with left joins and the report doesn't run at all. I know this report is possible in Access, and can't believe it is not possible in Crystal 8.0.1.
I have thought about creating a second sub-report, but don't think it will work with the grouping. Any ideas would be greatly appreciated.
Thanks, Tim.