Data Dictionary: | World Development Indicators 2013 |
Data Source: | Social Explorer; The World Bank |
Table: | T22. Labor Force by Sex [3] |
T22. | Labor Force by Sex | |||||||
Universe: Universe: | ||||||||
T016_003 Female
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:WDI4_10_17_001.IsNull)
oretval.IsNull = true;
else
oretval = (ORG:WDI4_10_17_001/100)*ORG:WDI10_4_001;
return oretval;
|