Hi all,
I'm pulling data from CMS table dsplit into a sql server table so we can do reporting on it without hitting the CMS database directly. I get the full table with no issue. However since the turn of the year I've noticed a couple of anaolimies and I'm trying to figure out where/how these fields get populated.
Issue # 1: Before 1/1/2015 we were seeing every split with a service level After 1/1//2015 only a few splits have the service level populated the rest are 0. Where does this field get populated from?
Issue # 2: similar to issue # 1 above, but the field in this case is MaxOCWTime. We're using this as the MaxQueue time, so it's kind of important to us. Where/How does this get populated from?
Any help is appreciated.
I'm pulling data from CMS table dsplit into a sql server table so we can do reporting on it without hitting the CMS database directly. I get the full table with no issue. However since the turn of the year I've noticed a couple of anaolimies and I'm trying to figure out where/how these fields get populated.
Issue # 1: Before 1/1/2015 we were seeing every split with a service level After 1/1//2015 only a few splits have the service level populated the rest are 0. Where does this field get populated from?
Issue # 2: similar to issue # 1 above, but the field in this case is MaxOCWTime. We're using this as the MaxQueue time, so it's kind of important to us. Where/How does this get populated from?
Any help is appreciated.
Comment