Data Source
All of the fields are from Census dataset which is based on UM_CNS_RPT_VW.
Field on report | Table (view) used | Field used from table or Calculation (alias A= UM_CNS_RPT_VW) | Important Remarks |
---|---|---|---|
ACADEMIC_LEVEL | UM_CNS_RPT_VW | Case when A.um_degree_nondeg= 'Non-Degree' then 'Non-Degree' when A.LEVEL_LOAD_RULE in ('UG2YR', 'UGAS', 'AA', 'UGA') then 'Associate' when A.ACAD_LEVEL_BOT in ('10','01') then 'Freshman' when A.ACAD_LEVEL_BOT in ('20','02') then 'Sophomore' when A.ACAD_LEVEL_BOT in ('30','03') then 'Junior' when A.ACAD_LEVEL_BOT in ('40','04') then 'Senior' when A.ACAD_LEVEL_BOT in ('50','05') then '5th Year' when A.ACAD_LEVEL_BOT in ('GR', 'MAS', 'PHD') then 'Graduate' when A.ACAD_LEVEL_BOT in ('L1', 'L2', 'L3') then 'Law' else 'Non_Degree' end | |
Full-time / Part-time | UM_CNS_RPT_VW | UM_FULL_PART | The Alias B is UM_STUD_EXTRACT.
|
REVENUE | UM_CNS_RPT_VW | SUM (UM_TUITION_PAID) |
|
CREDITS | UM_CNS_RPT_VW | SUM (UNT_PRGRSS) | |
COUNT | UM_CNS_RPT_VW | SUM (HEADCOUNT) | |
IN_OUT STATE | UM_CNS_RPT_VW | UM_IN_OUT | The Alias B is UM_STUD_EXTRACT. (B.Residency is tuition residency from RESIDENCY_OFF table.) The alias QB is RESIDENCY_OFF table. (QB.Residency is residency.) CASE |
ACAD_PROGRAM | UM_CNS_RPT_VW | ACAD_PROG_PRIMARY | |
ETHNICITY | UM_CNS_RPT_VW | UM_ETHNIC_GRP_DESC | Followed IPEDS definition |
Attachments:





