Data Dictionary: | World Development Indicators 2014 |
Data Source: | Social Explorer; The World Bank |
Table: | T24. Unemployment by Sex [3] |
T24. | Unemployment by Sex | |||||||
Universe: Universe: | ||||||||
T017_002 Male
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:WDI10_058.IsNull)
oretval.IsNull = true;
else if (SE:T016_002.IsNull)
oretval.IsNull = true;
else
oretval = (ORG:WDI10_058/100)*SE:T016_002;
return oretval;
|