Data Dictionary: | Single Location Demographic Report |
Data Source: |
T018. | 2023 Household Structure | |||||
Universe: none | ||||||
T018_019 Female Householder with No People Under 18
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:NONFAMHHFN;
if (ORG:NONFAMHHFN.IsNull)
oretval.IsNull = true;
return oretval;
|