Data Dictionary: | Building Permits 2017 |
Data Source: | Social Explorer, Building Permits Survey, U.S. Census Bureau |
Table: | T1. New Privately Owned One Housing Unit Authorized (Estimates With Imputation - Annual Data) [4] |
T1. | New Privately Owned One Housing Unit Authorized (Estimates With Imputation - Annual Data) | |||||||
Universe: | ||||||||
T001_004Average Value of Structures Authorized
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(BUILDPERMITS2017_002_1unit_Value) / Sum(BUILDPERMITS2017_002_1unit_Bldgs)
Formula used to compute this variable:
if( ORG:BUILDPERMITS2017_002_1unit_Bldgs == 0)
Return_Value.IsNull = true;
else
Return_Value = ORG:BUILDPERMITS2017_002_1unit_Value / ORG:BUILDPERMITS2017_002_1unit_Bldgs;
if (ORG:BUILDPERMITS2017_002_1unit_Bldgs.IsNull)
Return_Value.IsNull = true;
if (ORG:BUILDPERMITS2017_002_1unit_Value.IsNull || ORG:BUILDPERMITS2017_002_1unit_Bldgs.IsNull)
Return_Value.IsNull = true;
|