Thanks to both of you - let me add some additional info, and hope that you'll do the same:
[li]I'm using ODBC to pull the
call_rec and
dsplit tables.
[li]Since I've upgraded to Multivantage, the call_rec table size has increased significantly.
For example, the latest import of call_rec has 194,862 rows. While the table does get truncated, and the error log indicates this, like it always has, the date that I'm querying is well within the oldest call date boundary, and so truncation doesn't look like a possible culprit here.
I'm looking at totals (i.e. calls offered) for a single day, for a single split, using
call_rec and
dsplit. Given the fact that aggregate CMS tables like dsplit are the result of call events that are captured in call_rec (or rather are supposed to be), there should be no disagreement between the two.
Here are my queries, this may also help clarify the situation (maybe there's something wrong with them?):
[li]
dsplit query "select callsoffered from dsplit where row_date = 11/4/02 and split = 2"
[li]
call_rec query "select count(*) from call_rec where row_date = 11/4/02 and dispsplit = 2 and disposition in (2,3)"
The result is that the
call_rec query shows 20% fewer calls.
Thanks for any help anyone can offer.
![[yinyang] [yinyang] [yinyang]](/data/assets/smilies/yinyang.gif)