Hi all,
I've got ODBC access to the CMS system and am pulling the tables into an offline SQL database for reporting/dashboarding.
I've actually got two questions I'm hoping to get answers to.
1: Is there anyway to join the call_rec table to the Hsplit/DSpilt tables without duplicating the split records? If I do a join on Split, ACD and row_date I'm going to get duplicated for however many agents are on the split/ACD combo that date.
2: Is there anyplacve in CMS that the threshold for Service level is stored? I expected to find it in root.Synonyms but it's not there. I'm guessing it's somewhere in the system since CMS needs it for its own reports.
Thanks for any assistance.
I've got ODBC access to the CMS system and am pulling the tables into an offline SQL database for reporting/dashboarding.
I've actually got two questions I'm hoping to get answers to.
1: Is there anyway to join the call_rec table to the Hsplit/DSpilt tables without duplicating the split records? If I do a join on Split, ACD and row_date I'm going to get duplicated for however many agents are on the split/ACD combo that date.
2: Is there anyplacve in CMS that the threshold for Service level is stored? I expected to find it in root.Synonyms but it's not there. I'm guessing it's somewhere in the system since CMS needs it for its own reports.
Thanks for any assistance.
Comment