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