|
Name |
|
|
Comment |
See MF_SectionEnrollmentByTerm in the StarsAcademicRecordPackage. This fact-view's grain is per student per section. |
|
Dimensional Type |
Fact |
|
select |
|
Name |
Parent Table/View |
|
ViewReference_32 |
|
|
ViewReference_33 |
|
|
ViewReference_57 |
|
|
ViewReference_58 |
|
|
ViewReference_59 |
|
|
ViewReference_60 |
|
Name |
|
Name |
|
Grant |
User |
|
SELECT,VIEW DEFINITION |
AcadRecordReader |
|
Name |
Data Type |
Comment |
Length |
|
MD_Sect_SurrogateKey |
numeric |
|
|
|
MD_CarlTerm_SurrogateKey |
numeric |
|
|
|
MF_SectEnrBT_CollID |
char(7) |
Used for internal bookeeping during ETL process. Do not expose to users, unless they want unique student counts in SSAS. This attribute may be used for that purpose. This is the student's Colleague ID. |
|
|
MF_SectEnrBT_TransactionID |
varchar(16) |
Unique key in Colleague for a row in this table. Used in ETL processes internal to the data warehouse. Do not expose to users. |
|
|
MD_CollPers_SurrogateKey |
numeric |
|
|
|
MD_CollPers_SurrogateKeyNonDegr |
numeric |
|
|
|
MD_CollPers_SurrogateKeyFAidPers |
numeric |
|
|
|
MD_Course_SurrogateKey |
numeric |
|
|
|
MF_SectEnrBT_SeatCount |
int |
Count of enrolled students who occupy a seat, either through a new registration or an add. Typically the count should be sliced by term and section. |
|
|
MF_SectEnrBT_NewRegCount |
int |
Count of new registrations (doesn't include 'adds'). |
|
|
MF_SectEnrBT_AddCount |
int |
|
|
|
MF_SectEnrBT_DropCount |
int |
|
|
|
MF_SectEnrBT_WithdrawnCount |
int |
|
|
|
MF_SectEnrBT_CancelledCount |
int |
|
|
|
MF_SectEnrBT_Action |
varchar(32) |
Records the action taken by a particular student, in a particular term, with respect to a particular section: Drop, Add, New, etc. |
|
|
|
|