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