Data Dictionary: | World Development Indicators 2013 |
Data Source: | Social Explorer; The World Bank |
Table: | T5. Age [4] |
T5. | Age | |||||||
Universe: Universe: | ||||||||
T151_004 65 Years and Over
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:WDI8_056.IsNull)
oretval.IsNull = true;
else
oretval = (ORG:WDI8_056/100)*ORG:WDI8_19_003;
return oretval;
|