|
Name |
|
|
Dimensional Type |
Fact |
|
Comment |
Houses data on tickets entered into Carleton College's issue-tracking system(s). As of 2010 data from Web Help Desk is all that's represented here. |
|
CKT_MF_ISSUETRACKINGTICKET |
|
Name |
Parent Table |
Foreign Key Columns |
|
Relationship_115 |
MD_ITAsset_SurrogateKey |
|
|
Relationship_116 |
MD_CarlDept_SurrogateKey |
|
|
Relationship_117 |
MD_ITStatus_SurrogateKey |
|
|
Relationship_118 |
MD_ITTechGroup_SurrogateKey |
|
|
Relationship_119 |
MD_ITPriority_SurrogateKey |
|
|
Relationship_120 |
MD_Building_SurrogateKey |
|
|
Relationship_121 |
MD_Room_SurrogateKey |
|
|
Relationship_122 |
MD_CollPers_SurrogateKeyDStu |
|
|
Relationship_123 |
MD_CollPers_SurrogateKeyEmp |
|
|
Relationship_124 |
MD_ITProblemType_SurrogateKey |
|
|
Relationship_ClientToTicket |
MD_ITUser_SurrogateKeyClient |
|
|
Relationship_CloseDate |
MF_ITTicket_CloseDate |
|
|
Relationship_CloseTime |
MF_ITTicket_CloseTime |
|
|
Relationship_FirstResponseDate |
MF_ITTicket_FirstResponseDate |
|
|
Relationship_FirstResponseTime |
MF_ITTicket_FirstResponseTime |
|
|
Relationship_LoggedByToTicket |
MD_ITUser_SurrogateKeyLoggedBy |
|
|
Relationship_ReportDate |
MF_ITTicket_ReportDate |
|
|
Relationship_ReportTime |
MF_ITTicket_ReportTime |
|
|
Relationship_TechToTicket |
MD_ITTech_SurrogateKey |
|
|
Relationship_WorkEndDate |
MF_ITTicket_WorkEndDate |
|
|
Relationship_WorkEndTime |
MF_ITTicket_WorkEndTime |
|
|
Relationship_WorkStartDate |
MF_ITTicket_WorkStartDate |
|
|
Relationship_WorkStartTime |
MF_ITTicket_WorkStartTime |
|
Name |
Code |
|
Name |
|
Name |
Comment |
Domain |
Data Type |
Length |
|
MF_ITTicket_ID |
Degenerate dimension housing the unique key for a given trouble ticket in a given help desk system. See MD_ITTicket_IssueTrackingSystem attribute for the generic name of the system. This also is a degenerate dimension. |
DW_CodeDesc |
varchar(32) |
32 |
|
MF_ITTicket_IssueTrackingSystem |
Name of system from which the MF_ITTicket_TicketID was extracted. |
DW_CommonName |
nvarchar(64) |
64 |
|
MD_ITStatus_SurrogateKey |
|
<None> |
numeric |
|
|
MD_ITTech_SurrogateKey |
|
<None> |
numeric |
|
|
MD_ITPriority_SurrogateKey |
|
<None> |
numeric |
|
|
MD_ITProblemType_SurrogateKey |
|
<None> |
numeric |
|
|
MD_ITTechGroup_SurrogateKey |
|
<None> |
numeric |
|
|
MD_ITAsset_SurrogateKey |
|
<None> |
numeric |
|
|
MD_Room_SurrogateKey |
|
<None> |
numeric |
|
|
MD_Building_SurrogateKey |
Foreign key pointing to a building in MD_Building. Note that Web Help Desk doesn't have buildings per se. Buildings are inferred, in general, from rooms. |
<None> |
numeric |
|
|
MD_CarlDept_SurrogateKey |
|
<None> |
numeric |
|
|
MD_CollPers_SurrogateKeyEmp |
|
<None> |
numeric |
|
|
MD_CollPers_SurrogateKeyDStu |
|
<None> |
numeric |
|
|
MD_ITUser_SurrogateKeyClient |
|
<None> |
numeric |
|
|
MD_ITUser_SurrogateKeyLoggedBy |
|
<None> |
numeric |
|
|
MF_ITTicket_ColleagueIDDStu |
Colleague ID (if available) of degree student that a trouble ticket is associated with. |
DW_ColleagueID |
char(7) |
7 |
|
MF_ITTicket_ColleagueIDEmp |
Colleague ID (if available) of employee that a trouble ticket is associated with. |
DW_ColleagueID |
char(7) |
7 |
|
MF_ITTicket_ReportDate |
Integer representation of the date (e.g., 20070101 for 1 Jan 2007). Defaults to 99991231, for situations where a date is required but none is available. |
DW_DateInteger |
int |
|
|
MF_ITTicket_ReportTime |
Integer representing the time of day in the format HHMMSS (e.g., 23:01:01 at one minute one second after eleven o'clock in the evening). Not typically used for reporting. |
<None> |
int |
|
|
MF_ITTicket_FirstResponseDate |
Integer representation of the date (e.g., 20070101 for 1 Jan 2007). Defaults to 99991231, for situations where a date is required but none is available. |
DW_DateInteger |
int |
|
|
MF_ITTicket_FirstResponseTime |
Integer representing the time of day in the format HHMMSS (e.g., 23:01:01 at one minute one second after eleven o'clock in the evening). Not typically used for reporting. |
<None> |
int |
|
|
MF_ITTicket_WorkStartDate |
Integer representation of the date (e.g., 20070101 for 1 Jan 2007). Defaults to 99991231, for situations where a date is required but none is available. |
DW_DateInteger |
int |
|
|
MF_ITTicket_WorkStartTime |
Integer representing the time of day in the format HHMMSS (e.g., 23:01:01 at one minute one second after eleven o'clock in the evening). Not typically used for reporting. |
<None> |
int |
|
|
MF_ITTicket_WorkEndDate |
Integer representation of the date (e.g., 20070101 for 1 Jan 2007). Defaults to 99991231, for situations where a date is required but none is available. |
DW_DateInteger |
int |
|
|
MF_ITTicket_WorkEndTime |
Integer representing the time of day in the format HHMMSS (e.g., 23:01:01 at one minute one second after eleven o'clock in the evening). Not typically used for reporting. |
<None> |
int |
|
|
MF_ITTicket_CloseDate |
Integer representation of the date (e.g., 20070101 for 1 Jan 2007). Defaults to 99991231, for situations where a date is required but none is available. |
DW_DateInteger |
int |
|
|
MF_ITTicket_CloseTime |
Integer representing the time of day in the format HHMMSS (e.g., 23:01:01 at one minute one second after eleven o'clock in the evening). Not typically used for reporting. |
<None> |
int |
|
|
MF_ITTicket_TicketTimeAsOfLastUpdate |
Integer reflecting the amount of time a given ticket has been open as of the last update, in minutes. |
<None> |
int |
|
|
MF_ITTicket_ElapsedTime |
Integer representing the amount of time elapsed, in minutes, between when a ticket was initially set up or reported (MD_ITTicket_ReportDate) and either now, or time ticket close datetime, whichever is less (earlier in time). If a ticket was deleted, it is marked as MF_ITTicket_IsDeleted = 'Yes', and this field is set to zero. |
<None> |
int |
|
|
MF_ITTicket_IsDeleted |
Degenerate dimension. 'Yes' if a ticket has been deleted. 'No' otherwise. |
DW_YesOrNoNOTNULL |
char(3) |
3 |
|
MF_ITTicket_AuditKey |
|
DW_AuditKey |
bigint |
|
|
MF_ITTicket_Timestamp |
|
<None> |
timestamp |
|
|
Name |
Unique |
Cluster |
Primary |
Foreign Key |
Alternate Key |
Table |
|
MF_ISSUETRACKINGTICKET_PK |
TRUE |
FALSE |
TRUE |
FALSE |
FALSE |
|
|
RELATIONSHIP_LOGGEDBYTOTICKET_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_CLIENTTOTICKET_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_TECHTOTICKET_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_115_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_116_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_117_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_118_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_119_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_120_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_121_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_122_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_123_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_124_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_REPORTDATE_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_FIRSTRESPONSEDATE_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_WORKSTARTDATE_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_WORKENDDATE_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_CLOSEDATE_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_REPORTTIME_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_FIRSTRESPONSETIME_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_WORKSTARTTIME_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_WORKENDTIME_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_CLOSETIME_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
Name |
|
Identifier_1 |
|
|
|