Data Dictionary: | World Base Map |
Data Source: | Social Explorer; The World Bank |
Table: | T56. Merchandise Exports [6] |
T56. | Merchandise Exports | |||||||
Universe: Universe: | ||||||||
T141_005 Ores and Metals
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:WDI21_12_026.IsNull)
oretval.IsNull = true;
else
oretval = ((ORG:WDI21_12_026/100)*ORG:WDI21_12_027)/1000000;
return oretval;
|