Data Dictionary: | LARC Demographic Data |
Data Source: |
T001. | LARC Demographic Data | |||||
Universe: none | ||||||
T001_008Office Employement (Projected)
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (LARCORG:projected_office_employment.IsNull)
oretval.IsNull = true;
else
oretval = LARCORG:projected_office_employment;
return oretval;
|