📍 The COORDX function is used to extract the X part of a coordinate pair. This is useful when you want to isolate only the X value from coordinate-type data.
📍 It is most often associated with the functions COORDINATES() or GEOLOC(), which are used to create a coordinate value with an X and Y pair.
Also available:
📍 The COORDY() function is used to extract the Y part of a coordinate pair.
Additionally:
📍 The GEOLOC() function allows obtaining the geographical coordinates 📍 (latitude and longitude) of a full address.
➡️ Display name:
➡️ Syntax :
➡️ Structure:
- 🟡 coordinate (param1): The coordinate value from which you want to extract the X part.
- 🔵 COORDX(): The function that extracts the X value.
➡️ Example:
In this example, COORDY will extract the Y value from the coordinate pair COORDINATES(123, 456), which will give 456.
🟰 Expected result:
123 is the X value extracted from the coordinate pair.
👁️🗨️ Related articles for managing coordinate points:
📝 Practical use:
These three functions are ideal for manipulating and working with location data in an application. For example, by combining GEOLOC(), COORDINATES, COORDX, and COORDY, you can manage geographic points and display them on maps or perform calculations related to the distance between two points.
💡 These functions are essential for representing data in the map view 🗺️ in TimeTonic, allowing you to manipulate and display geographic coordinates accurately on a map. |
Before You Start
Getting Started with Formulas
The new formulas in Timetonic allow you to transform, calculate, and manipulate the information stored in your columns by combining multiple functions...
Or Continue With
Glossary View of Formulas
Quickly find the function or operator you're looking for or simply explore and learn how to use them...