|
Name |
|
|
Comment |
See MF_SectionEnrollment in the StarsAcademicRecordPackage. This fact-view's grain is per student per section. |
|
Dimensional Type |
Fact |
|
select |
|
Name |
Parent Table/View |
|
ViewReference_155 |
|
|
ViewReference_157 |
|
|
ViewReference_158 |
|
|
ViewReference_159 |
|
|
ViewReference_161 |
|
Name |
|
Name |
|
Grant |
User |
|
SELECT,VIEW DEFINITION |
AcadRecordReader |
|
Name |
Data Type |
Comment |
Length |
|
MD_Sect_SurrogateKey |
numeric |
|
|
|
MD_CarlTerm_SurrogateKey |
numeric |
|
|
|
MF_SectEnr_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. |
|
|
MF_SectEnr_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_SectEnr_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_SectEnr_NewRegCount |
int |
Count of new registrations (doesn't include 'adds'). |
|
|
MF_SectEnr_AddCount |
int |
Values are NOT inflated for multi-term courses, the way they are in MF_SectionEnrollmentByTerm. |
|
|
MF_SectEnr_DropCount |
int |
Values are NOT inflated for multi-term courses, the way they are in MF_SectionEnrollmentByTerm. |
|
|
MF_SectEnr_WithdrawnCount |
int |
|
|
|
MF_SectEnr_CancelledCount |
int |
|
|
|
MF_SectEnr_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. |
|
|
|
|