Data Dictionary: | World Development Indicators 2010 |
Data Source: | Social Explorer; The World Bank |
Table: | T24. Unemployment by Sex [3] |
T24. | Unemployment by Sex | |||||||
Universe: Universe: | ||||||||
T017_001Unemployed:
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:WDI10_059.IsNull)
oretval.IsNull = true;
else if (ORG:WDI10_4_001.IsNull)
oretval.IsNull = true;
else
oretval = (ORG:WDI10_059/100)*ORG:WDI10_4_001;
return oretval;
|