Data Dictionary: | Single Location Demographic Report |
Data Source: |
T013. | Educational Attainment (Aged 25 & Over) | |||||||||||||||||||
Universe: none | ||||||||||||||||||||
T013_0012023 Population Aged 25 and Over
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:POP_25_34+ORG:POP_35_44+ORG:POP_45_54+ORG:POP_55_64+ORG:POP_65_74+ORG:POP_75_84+ORG:POP_85P;
if (ORG2028:POP_25_34.IsNull || ORG:POP_35_44.IsNull || ORG:POP_45_54.IsNull || ORG:POP_55_64.IsNull || ORG:POP_65_74.IsNull || ORG:POP_75_84.IsNull || ORG:POP_85P.IsNull)
oretval.IsNull = true;
return oretval;
|