Data Dictionary: | Single Location Demographic Report |
Data Source: |
T019. | 2028 Household Structure | |||||
Universe: none | ||||||
T019_016 Male Householder with People Under 18
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG2028:NONFAMHHMC;
if (ORG2028:NONFAMHHMC.IsNull)
oretval.IsNull = true;
return oretval;
|