Data Dictionary: | Single Location Demographic Report |
Data Source: |
T019. | 2028 Household Structure | |||||||||||||
Universe: none | ||||||||||||||
T019_004 Households, 3 or More People
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG2028:HH3+ORG2028:HH4+ORG2028:HH5+ORG2028:HH6+ORG2028:HH7P;
if (ORG2028:HH3.IsNull || ORG2028:HH4.IsNull || ORG2028:HH5.IsNull || ORG2028:HH6.IsNull || ORG2028:HH7P.IsNull)
oretval.IsNull = true;
return oretval;
|