Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mickss

    Hello, I'm trying to build up a

    I have discovered that one agent had not logged off the day before, so the results of the report were not correct. Now the sum of iAgentPerformanceStat.LoggedInTime in each interval is equal to the iSkillsetStat.TotalStaffedTime and to the time measured by the eAgentLoginStat.EventType...
  2. mickss

    Hello, I'm trying to build up a

    Really interesting, infact we have two agents assigned with two skillsets. The strange thing is that the query on iSkillsetStat searches for the TotalStaffedTime for a certain Skillset, not for all. Moreover, no multiskill agent were logged in that interval. The query is: "SELECT...
  3. mickss

    Hello, I'm trying to build up a

    To SashaChris: yes, I'm pretty sure that I considered all the agents. Just another thing: the iSkillsetStat.ActiveTime is always equal to 900. Have we to add this time? The strange thing is that in certain cases the iSkillsetStat.TotalStaffedTime is correct! I don't understand why. To Lenana...
  4. mickss

    Hello, I'm trying to build up a

    ooooops, I'm sorry!!! I have forgotten the Subject. Forgive me
  5. mickss

    Hello, I'm trying to build up a

    Hello, I'm trying to build up a report about the mean number of agent logged during the workday per interval of an hour. I've found that the total login time measured by the eAgentLoginStat in a period of 15 minutes is 3203 sec while it is equal to 4103 seconds on the...
  6. mickss

    slowness connecting to the iapplicationstat table

    You are right but I also have problems with this simple query: "SELECT Timestamp, CallsAbandonedAftThreshold, Application FROM blue.dbo.iApplicationStat iApplicationStat WHERE (Application='App') AND {fn DAYOFMONTH(Timestamp)} = 10 AND {fn MONTH(Timestamp)}= 11 AND {fn HOUR(Timestamp)}>=8...
  7. mickss

    slowness connecting to the iapplicationstat table

    Hi everybody, I have experimented this strange thing: when executing a query on the iApplicationStat table the results appear after two or three minutes while on the other tables it takes a few seconds. Has anybody experimented it? I work with SCCS v. 4.01.07 Thank you
  8. mickss

    Defining thresholds

    Thank you scubaboy. Now the last question (I hope). Is it possible to set up two different threshold level for the same application? I would like to setup a threshold to 15 seconds for the abandoned calls and to 20 seconds for the answered calls. From the documentation it seems that it is...
  9. mickss

    Defining thresholds

    Thanks 3dthies. The last sentence in your answer suggests me that calls are classified abandoned after threshold, for example, in the moment in which they are submitted to the database and not during report's execution. So it is necessary to change the threshold BEFORE collecting data not before...
  10. mickss

    Defining thresholds

    Hi everybody, I'm a newby. My task is to create a report that shows me the number of calls abandoned after the threshold I set up. In order to do this, I used the CallsAbandonedAfterThreshold column of the iApplicationStat view. I tried to change the threshold from the Application Threshold...

Part and Inventory Search

Back
Top