This report returns individual term student counts and credits by institution per term for three terms as of census day. It is further divided into full and part-time and residency.
As of October 15, 2019 (fall 2019 Census) the credit hour calculation is being updated to reflect the changes required by the intra-institutional cross-listed course proposal. Please read the Cross-linked course definition page for more information.
Power BI App (Census-DSIT-Reports). Please contact us at DARTS@maine.edu to request new access.
Term Comparison Report
Power BI
Historically in SQR (UMTRMCMP.SQR), -Term Count Comparison Report
These fields are available for slicers. The slicers are located at the top right corner of the report.
# (COUNT)
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
CASE
WHEN
B.Acad_Level_Bot =
'GR'
AND
B.Um_Unt_Tak_Prg_Rc >= 6
THEN
'Full-Time'
'MAS'
'PHD'
B.Um_Unt_Tak_Prg_Rc >= 12
ELSE
'Part-Time'
END
Case when A.SEX ='M' then 'Male' when A.SEX ='F' then 'Female' else 'Unknown' end
UM_RESIDENCY_DESCR
The Alias B is UM_STUD_EXTRACT. (B.Residency is tuition residency from RESIDENCY_OFF table.)
DECODE(B.Residency, 'IS', 'In-State', 'OS', 'Out-of-State', 'CAN', 'Canadian', 'NEBHE', 'NEBHE', 'INTNL', 'International', 'ONLIN', 'Online', 'MEONL', 'Academic Partnerships' 'Out-of-State' )
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
UM_ETHNIC_GRP_DESC