Data Dictionary: | Single Location Demographic Report |
Data Source: |
T015. | Travel Time to Work | |||||||
Universe: none | ||||||||
T015_002 Travel Time Less than 30 Minutes
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:TRAVL15+ORG:TRAV15_29;
if (ORG:TRAVL15.IsNull || ORG:TRAV15_29.IsNull)
oretval.IsNull = true;
return oretval;
|