Data Dictionary: | LARC Demographic Data |
Data Source: |
T010. | LARC Demographic Data per Room | |||||||
Universe: none | ||||||||
T010_003Office Employment per Room
Percent base:
None - percentages not computed
Aggregation method:
None -- No totals are displayed for this variable when multiple geographies are selected
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (SEPART:T001_010.IsNull || SEPART:T001_010 == 0 || SEPART:T001_003.IsNull)
oretval.IsNull = true;
else
oretval = SEPART:T001_003 / SEPART:T001_010;
return oretval;
|