Looker Studio is now called Data Studio. Learn more about this change.

TOSUBCONTINENT

Returns the subcontinent name for the specified geolocation.

Sample usage

TOSUBCONTINENT(Subcontinent Code)

Syntax

TOSUBCONTINENT(X [,input_format])

Parameters

  • X - a text field or expression, or a geo field or expression.
  • input_format - format for text field X. Optional if X is correctly configured as a geo field.

Input format

TOSUBCONTINENT accepts the following input formats if X is a text field:

Examples

Example formula Input Output
TOSUBCONTINENT(Subcontinent Code) 143 Central Asia
TOSUBCONTINENT(Country Data, 'COUNTRY_ISO_CODE') MX Central America

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年08月26日 UTC.