Data Dictionary: | European Statistics 2014 |
Data Source: | Social Explorer; Eurostat - The Statistical Office of the European Union |
Table: | T3. Area (Sq. Km) [3] |
T3. | Area (Sq. Km) | |||||||
Universe: | ||||||||
T003_003 Area (Water)
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:ES2014_014_demord3area_1_1.IsNull || ORG:ES2014_014_demord3area_1_2.IsNull)
oretval.IsNull = true;
else
oretval = ORG:ES2014_014_demord3area_1_2 - ORG:ES2014_014_demord3area_1_1;
return oretval;
|