Functions for countries
Country.ISO3166Alpha3→String
Result: The ISO3166Alpha3 function returns the three-digit, alphanumeric country code in accordance with ISO 3166 (e.g. "DEU" for Germany). If no such value is available, "n/a" is supplied.
Country.ISO3166Numeric→String
Result: The ISO3166Numeric function returns the three-digit, numeric country code with leading zeros in accordance with ISO 3166 (e.g. "276" for Germany). If no such value is available, "n/a" is supplied.
Country.currency→Currency
Result: The Currency function returns the home currency of the country.