Data Dictionary: | Single Location Demographic Report |
Data Source: |
T001. | Population & Growth | |||||||
Universe: none | ||||||||
T001_0072023-2028 Projected Population Growth
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG2028:TOT_POP-ORG:TOT_POP;
if (ORG2028:TOT_POP.IsNull || ORG:TOT_POP.IsNull)
oretval.IsNull = true;
return oretval;
|