Data Dictionary: | Single Location Demographic Report |
Data Source: |
T014. | Employment & Transportation to Work | |||||
Universe: none | ||||||
T014_016 Other Transportation to Work
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:TRANOTHER;
if (ORG:TRANOTHER.IsNull)
oretval.IsNull = true;
return oretval;
|