This page was last edited on June 22, 2022, at 23:41.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Introduced: 8.5.014.19
Modified: 8.5.014.34 (in Microsoft SQL Server, data type for the AGENT_LOCATION_STRING column modified in single-language databases)
In partitioned databases, this table is not partitioned.
This dimension table records geographical locations of agents for both voice and multimedia login sessions. Each row describes one location as reported for a given agent login session. Because a voice login session and a multimedia login session for the same agent are reported separately from different data sources, the location values might differ for voice and multimedia media types.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
AGENT_LOCATION_KEY | NUMBER(10) | X | X | ||
TENANT_KEY | NUMBER(10) | X | X | ||
AGENT_LOCATION_STRING | VARCHAR2(255 CHAR) | X | |||
CREATE_AUDIT_KEY | NUMBER(19) | X | X |
The primary key of this table and the surrogate key that is used to join this dimension to the fact tables.
The surrogate key that is used to join the TENANT dimension to the fact tables.
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases)
The value reported by SIP Server or Interaction Server for the voice or multimedia login session, respectively.
The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools—that is, applications that need to identify newly added data.
CODE | U | C | Description |
---|---|---|---|
I_AGENTLOC_LOCATION | X | Ensures that the combinations of values that are stored in the dimension table are unique. |
Field | Sort | Comment |
---|---|---|
TENANT_KEY | Ascending | |
AGENT_LOCATION_STRING | Ascending |
No subject area information available.