About pulldata("@geopoint") on Survey 123 connect ; À propos de la fonction pulldata("@geopoint") sur Survey 123 connect [EN/FR]

504
1
04-22-2020 12:21 PM
SamuelSamson
New Contributor

I have a question about the function : pulldata ("@ geopoint").

When I use the function : pulldata ("@ geopoint", $ {Geopt}, "UTM"), Here is my result below.

{"type": "UTM", "easting": 482072, "northing": 3768736, "zone": 11, "band": "S", "text": "11S 482072E 3768736N"}.

Is there a way to keep only that form of result : 11S 82072E 3768736N.

In order to have a good presentation of the coordinate. I would like it to be displayed only: 11S 82072E 3768736N, as an answer in my form, somelike the others results.

Thank you for your help.

J'aurais une question à propos de la fonction pulldata("@geopoint").

Lorsque j'utilise la fonction : pulldata("@geopoint",${Geopt},"UTM"), Voici mon résultat ci-dessous.

{"type":"UTM","easting":482072,"northing":3768736,"zone":11,"band":"S","text":"11S 482072E 3768736N"}.

Est-ce qu'il y aurait une façon de garder seulement ces information ci :11S 82072E 3768736N. De façon à avoir une bonne présentation de la coordonnée. J'aimerais qu'il ne soit qu'affiché : 11S 82072E 3768736N, comme réponse dans mon formulaire, comme les autres résultats.

Merci de votre aide.

0 Kudos
1 Reply
SamuelSamson
New Contributor

Finally I've found it by myself. you have to use this expression to only show the coordinate

pulldata("@geopoint", ${geopoint},"UTM.text")

Finalement j'ai trouvé par moi-même. vous devez utiliser cette expression pour afficher uniquement les coordonnées.

pulldata("@geopoint", ${geopoint},"UTM.text")