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