Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.

...

Sv translation
languagede


Status
colourRed
titleThis page is only available in English

Sv translation
languagefr

    Translations Ignore


    Code Block
    title
    SELECT (Various Aggregations) FROM JTELStats.StatisticsPartA a LEFT JOIN JTELStats.AcdStatisticsPartB acdb ON a.ID = acdb.StatisticsPartAID LEFT JOIN JTELStats.StatisticsPartB b ON acdb.ID = b.AcdStatisticsPartBID WHERE ( a.ClientsID = _ClientsID ) AND ( a.dtCallStart BETWEEN _Timeslice_Begin AND TIMESTAMPADD( MINUTE, 15, _Timeslice_Begin ) ) GROUP BY a.ID;


    Translations Ignore


    Code Block
    ( AcdStatisticsPartB.ID IS NOT NULL ) AND ( AcdStatisticsPartB.AcdOriginGroupsID IS NULL )


    Translations Ignore


    Code Block
    ( AcdStatisticsPartB.dtQueueStart IS NOT NULL )


    Translations Ignore


    Code Block
    ( StatisticsPartA.dtCallConnect IS NOT NULL ) AND ( AcdStatisticsPartB.dtAgentConnect IS NOT NULL )


    Translations Ignore


    Code Block
    ( StatisticsPartA.dtCallConnect IS NOT NULL ) AND ( AcdStatisticsPartB.dtAgentConnect IS NULL )


    Translations Ignore


    Code Block
    a.bCallerHangup = 0 --> System hangup (Reject) a.bCallerHangup <> 0 --> Caller hangup (Abandoned)


    Translations Ignore


    Code Block
    ( StatisticsPartB.ID IS NOT NULL )


    Translations Ignore

    StatisticsPartB.StatisticsPartBOrigin IS NULL

    Translations Ignore
    ( StatisticsPartB.StatisticsPartBOrigin IS NOT NULL )
    AND
    ( StatisticsPartB.AcdGroupsID <> AcdStatisticsPartB.AcdGroupsID )

    Translations Ignore
    ( StatisticsPartB.StatisticsPartBOrigin IS NOT NULL )
    AND
    ( StatisticsPartB.AcdGroupsID = AcdStatisticsPartB.AcdGroupsID )
    AND 
    ( StatisticsPartB.bTransferAgent <> 0 )

    Translations Ignore
    ( StatisticsPartB.StatisticsPartBOrigin IS NOT NULL )
    AND 
    ( StatisticsPartB.AcdGroupsID = AcdStatisticsPartB.AcdGroupsID )
    AND 
    ( StatisticsPartB.bTransferExternalNumber <> 0 )

    Translations Ignore

    DiallerCampaignsID IS NULL

    Translations Ignore

    DiallerCampaignsID IS NOT NULL