Purpose of HeadCount Indicators

In the Student Term tables/views (SR_STU_TERM_GT) and the IR Census Snapshot (IR_CEN_TRM_SNPSHT_GT), the headcount indicator columns identify a single record (row) for each combination of student, term, and campus when the student has rows for two or more academic careers in the same term/session and for the same campus (or report campus). This is typically needed in these scenarios:

  1. We need to provide unduplicated headcounts of students by term and campus (or report campus) in reports.
  2. When providing individual or aggregated data about students in reports, we need to select unique academic program data for each student, term, and campus (or report campus).
  3. We need to summarize student attributes of all students with activity on their Student Financials account, including students who are no longer enrolled but still have financial charges or financial aid.

However, each headcount indicator column has a different purpose:



1Non-IU contract students are those whose primary academic program begins with SWT or CLN. This also includes students who had a primary program beginning with INEX in an academic term prior to fall 2010 (4108). Historically, IU only reported these students’ enrollment to the Indiana Commission for Higher Education (ICHE) as Educational (Contract) Services Rendered. Contract enrollment is flagged in the derived enrollment status indicators with values ending in Z (e.g. EZ), as described on the UIRR website.
2The National Center for Education Statistics (NCES) includes the Integrated Postsecondary Education Data System (IPEDS). The IPEDS reports for IU are published on the UIRR website. UIRR also submits an annual student-level data set to the Indiana Commission for Higher Education (ICHE), as published in the IUIE.


Headcount Indicator Columns
Population Campus vs Report Campus Technical Column Name Description
Only Enrolled Students Indicator by campus ROW_USE_FOR_HEADCOUNT_IND Set to Y for one combination of student, term, and campus.
ROW_USE_FOR_HDCT_RPT_IND Set to Y for one combination of student, report term (GRD1 students), and campus. This column only exists in IR_CEN_TRM_SNPSHT_GT.
ROW_USE_FOR_HDCT_SMMR_1_IND Set to Y for one combination of student, term, and campus, but only for summer session I.
ROW_USE_FOR_HDCT_SMMR_2_IND Set to Y for one combination of student, term, and campus, but only for summer session 2.
Indicator by report campus (combines IUINA, IUCOA, IUFTW) ROW_USE_HDCT_UNDUPL_IND Set to Y for one combination of student, term, and report campus.
ROW_USE_HDCT_UNDUPL_RPT_IND Set to Y for one combination of student, report term (GRD1 students), and report campus. This column only exists in IR_CEN_TRM_SNPSHT_GT.
ROW_USE_HDCT_UNDUPL_SMMR_1_IND Set to Y for one combination of student, term, and report campus, but only for summer session I.
ROW_USE_HDCT_UNDUPL_SMMR_2_IND Set to Y for one combination of student, term, and report campus, but only for summer session 2.
All Rows (incl non-enrolled) Indicator by campus ROW_USE_FOR_HEADCOUNT_GLBL_IND Set to Y for one combination of student, term, and campus. For students with a derived enrollment status of E (enrolled), this is identical to ROW_USE_FOR_HDCT_IND. (Note: In IR_CEN_TRM_SNPSHT_GT, this is updated to match ROW_USE_FOR_HDCT_RPT_IND for enrolled students.)
Indicator by report campus (combines IUINA, IUCOA, IUFTW) ROW_USE_FOR_HDCT_UNDUPL_GLBL_IND Set to Y for one combination of student, term, and report campus. For students with a derived enrollment status of E (enrolled), this is identical to ROW_USE_HDCT_UNDUPL_IND. (Note: In IR_CEN_TRM_SNPSHT_GT, this is updated to match ROW_USE_HDCT_UNDUPL_RPT_IND for enrolled students.)

Headcount Indicator Logic

  1. For the two “global” indicators (see the chart above), a row with a derived enrollment status of E is selected first, a derived enrollment status of EZ (non-IU contract students) is selected second, and all other rows are considered third. The non-“global” indicators are only set to Y for rows with a derived enrollment status of E.
  2. For all headcount indicators, a degree-seeking row is selected over non-degree rows for the same student, term and campus.
  3. For all indicators, degree-seeking rows with a student records program reason of “intercampus temporary” are ranked below (selected after) other degree-seeking rows.
  4. After the derived enrollment status, degree-seeking status, and intercampus temporary status are evaluated, the highest career-primacy row is selected for each combination of student, term and campus, in this order (highest to lowest priority):
    1. MED
    2. DENT
    3. OPT
    4. LAW
    5. GRD1
    6. GRAD
    7. UGRD
  5. The “unduplicated” headcount indicator columns (e.g. ROW_USE_HDCT_UNDUPL_RPT_IND) have additional logic for students at the IUINA, IUCOA, and IUFTW campuses. For students whose records at two or more of these three campuses meet the same prioritization listed in the previous four steps above, the unduplicated indicator is set to Y for the alpha-first campus: i.e. IUCOA first, then IUFTW second, then IUINA last. For students at campuses other than these three campuses, the unduplicated headcount indicators have the same values (Y or N) as the non-unduplicated columns (e.g. ROW_USE_FOR_HDCT_RPT_IND).

History of Headcount Indicator Logic

  1. Prior to 1/29/2016, both the “headcount by campus” and “headcount by report campus” indicators used a different logic:
    1. Prior to 1/29/2016, the “headcount by campus” selected the highest career-primacy row among non-contract enrolled rows for a student, term and campus. So, if a student was enrolled as a degree-seeking undergraduate and a non-degree graduate student for the same campus and term, the older logic would flag the non-degree graduate row. In contrast, the post-1/29/2016 logic first looks at degree-seeking rows, in this example selecting the degree-seeking undergraduate row. This change was to support a new emphasis for UIRR in fall 2015 on reporting primarily degree-seeking enrollments.
    2. Prior to 1/29/2016, the “headcount by report campus” would look at students enrolled at both IUINA and IUCOA and always flag the IUCOA row. In contrast, the post-1/29/2016 logic looks for the highest-career primacy row between the two campuses that is degree-seeking and non-intercampus temporary. This change was to support a new emphasis for UIRR starting in fall 2015 on reporting primarily degree-seeking enrollments.
  2. Beginning on 6/12/2018, the two “global” indicator columns were published in the IUIE and populated in the IR Census Term Snapshot: ROW_USE_FOR_HEADCOUNT_GLBL_IND and ROW_USE_HDCT_UNDUPL_GLBL_IND.