Data Dictionary: | Single Location Demographic Report |
Data Source: |
Table: | T012. Child Population [4] |
T012. | Child Population | |||||||
Universe: none | ||||||||
T012_0042028 Population Aged 6 to 17 Years (Gradeschool)
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG2028:POP_6_11+ORG2028:POP_12_17;
if (ORG2028:POP_6_11.IsNull || ORG2028:POP_12_17.IsNull)
oretval.IsNull = true;
return oretval;
|