DARTS : Student Summary Report (Census)
Created by Miki Yanagi, last modified on Aug 21, 2023
Data Fields Generated

Data Source
Field on report | Table (view) used | Field used from table or Calculation (alias A= UM_CNS_RPT_VW) | Important Remarks |
---|
LEVEL_GROUP | UM_CNS_RPT_VW | Case when A.um_degree_nondeg= 'Non-Degree' and A.ACAD_LEVEL_BOT in ('02','10','20','30','40','50') then 'Non-Degree Assoc-Bacc' when A.LEVEL_LOAD_RULE in ('UG2YR', 'UGAS', 'AA', 'UGA') then 'Associate' when A.ACAD_LEVEL_BOT in ('GR', 'MAS', 'PHD') then 'Graduate' when A.ACAD_LEVEL_BOT in ('L1', 'L2', 'L3') then 'Law' else 'Baccalaureate' end |
|
ACADEMIC_LEVEL (1st Year, 2nd Year, etc.) | UM_CNS_RPT_VW | Case when A.ACAD_LEVEL_BOT in ('GR', 'MAS', 'PHD') and A.um_degree_nondeg= 'Non-Degree' then 'Graduate Non-Degree' when A.ACAD_LEVEL_BOT in ('L1', 'L2', 'L3') and A.um_degree_nondeg= 'Non-Degree' then 'Law Non-degree' when A.ACAD_LEVEL_BOT in ('10','01', 'L1') then '1st Year' when A.ACAD_LEVEL_BOT in ('20','02', 'L2') then '2nd Year' when A.ACAD_LEVEL_BOT in ('30','03', 'L3') then '3rd Year' when A.ACAD_LEVEL_BOT in ('40','04') then '4th Year' when A.ACAD_LEVEL_BOT in ('50') then '5th Year' when A.ACAD_LEVEL_BOT in ('GR', 'MAS', 'PHD') then 'Graduate' when A.ACAD_LEVEL_BOT <> ' ' then '1st Year' else 'Error' end |
|
Full-time / Part-time | UM_CNS_RPT_VW | UM_FULL_PART | The Alias B is UM_STUD_EXTRACT. CASE
WHEN B.Acad_Level_Bot = 'GR' AND B.Um_Unt_Tak_Prg_Rc >= 6 THEN 'Full-Time'
WHEN B.Acad_Level_Bot = 'MAS' AND B.Um_Unt_Tak_Prg_Rc >= 6 THEN 'Full-Time'
WHEN B.Acad_Level_Bot = 'PHD' AND B.Um_Unt_Tak_Prg_Rc >= 6 THEN 'Full-Time'
WHEN B.Um_Unt_Tak_Prg_Rc >= 12 THEN 'Full-Time'
ELSE 'Part-Time'
END
|
# (COUNT) | UM_CNS_RPT_VW | HEADCOUNT | The headcount from cross-listed courses are counted at student's home institution. |
CREDITS | UM_CNS_RPT_VW | UNT_PRGRSS |
|
FTE | UM_CNS_RPT_VW | FTE | The FTE from cross-listed courses are counted at student's home institution. |
IN_OUT | 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 WHEN B.RESIDENCY = 'MEONL' AND QB.RESIDENCY = 'IS' THEN 'In-State' WHEN B.Residency = 'IS' THEN 'In-State' ELSE 'Out-of-State' END |
ETHNICITY | UM_CNS_RPT_VW | UM_ETHNIC_GRP_DESC | Followed IPEDS definition |
Sex | UM_CNS_RPT_VW | Case when A.SEX ='M' then 'Male' when A.SEX ='F' then 'Female' else 'Unknown' end |
|