Data Dictionary: | Single Location Demographic Report |
Data Source: |
T016. | 2023 Households by Income | |||||||||||||||||
Universe: none | ||||||||||||||||||
T016_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 = ORG:HOUSEHOLDS7-SE:T016_002-SE:T016_003-SE:T016_004-SE:T016_005-SE:T016_006-SE:T016_007;
if (oretval<0)
oretval = 0;
if (ORG:HOUSEHOLDS7.IsNull || SE:T016_002.IsNull || SE:T016_003.IsNull || SE:T016_004.IsNull || SE:T016_005.IsNull || SE:T016_006.IsNull || SE:T016_007.IsNull)
oretval.IsNull = true;
return oretval;
|