Data Dictionary: | SE 2016 Tract Estimates |
Data Source: | Social Explorer |
T147. | Average Commute to Work (in Min) | |||||||
Universe: Average Commute to Work (in min) | ||||||||
T147_001Average Commute to Work (in Min)
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(SETractEstimates2016_016_SE16_EST_B08013001) / Sum(SETractEstimates2016_017_SE16_EST_B08134001)
Formula used to compute this variable:
if( SETRACT:SETractEstimates2016_017_SE16_EST_B08134001 == 0)
Return_Value.IsNull = true;
else
Return_Value = Convert.ToInt32(Math.Round((double)SETRACT:SETractEstimates2016_016_SE16_EST_B08013001 / (double)SETRACT:SETractEstimates2016_017_SE16_EST_B08134001));
if (SETRACT:SETractEstimates2016_017_SE16_EST_B08134001.IsNull)
Return_Value.IsNull = true;
if (SETRACT:SETractEstimates2016_016_SE16_EST_B08013001.IsNull || SETRACT:SETractEstimates2016_017_SE16_EST_B08134001.IsNull)
Return_Value.IsNull = true;
|