Data Dictionary: | Single Location Demographic Report |
Data Source: |
T013. | Educational Attainment (Aged 25 & Over) | |||||
Universe: none | ||||||
T013_002 Less Than High School Diploma
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:ED_LHS;
if (ORG:ED_LHS.IsNull)
oretval.IsNull = true;
return oretval;
|