Data Dictionary: | Single Location Demographic Report |
Data Source: |
T017. | 2028 Households by Income | |||||||||||||||||||
Universe: none | ||||||||||||||||||||
T017_008Households with Income $125,000 and Above (Estimates) *
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:HOUSEHOLDS7-SE:T017_002-SE:T017_003-SE:T017_004-SE:T017_005-SE:T017_006-SE:T017_007;
if (oretval<0)
oretval = 0;
if (ORG:HOUSEHOLDS7.IsNull || SE:T017_002.IsNull || SE:T017_003.IsNull || SE:T017_004.IsNull || SE:T017_005.IsNull || SE:T017_006.IsNull || SE:T017_007.IsNull)
oretval.IsNull = true;
return oretval;
|