Data Dictionary: | LARC Demographic Data |
Data Source: |
T010. | LARC Demographic Data per Room | |||||||
Universe: none | ||||||||
T010_047Retail Sales Growth Rate
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (SE:T010_022.IsNull || SE:T010_022 == 0 || SE:T010_027.IsNull)
oretval.IsNull = true;
else
oretval = (SE:T010_027-SE:T010_022) / SE:T010_022 * 100;
return oretval;
|