<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Survey123 calculating geopoint defaults back to GPS in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806760#M12249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To pass the location to be used in the map, you should use the center=&amp;lt;lat&amp;gt;,&amp;lt;lon&amp;gt; parameter instead of calculating from fields. &amp;nbsp;That being said, I do see the behavior you are describing and will file an issue to fix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2018 19:21:37 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2018-08-07T19:21:37Z</dc:date>
    <item>
      <title>Survey123 calculating geopoint defaults back to GPS</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806759#M12248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having an issue with Survey123 calculating a geopoint&amp;nbsp; which defaults back to GPS location.&amp;nbsp; I am using Collector to launch the survey and pass values to the survey including a&amp;nbsp;Latitude and longitude&amp;nbsp;value then calculating the geopoint using concat(string(${LATITUDE}), ' ', string(${LONGITUDE})).&amp;nbsp; It initially takes the calculated point then zooms to my current device GPS location.&amp;nbsp; I can get the location back by pressing the refresh button on the map in survey123. This worked in the past but with the recent updates in version 3.0 this is no longer working for me.&amp;nbsp; I want it to default to the calculated location so it shows the location of the asset vs the location of the device where the survey is taken at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;IMG alt="Defaults to device GPS" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418252_Issue.PNG" /&gt;&lt;IMG alt="After pressing the refresh button it changes to the calculated X,Y from above" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418259_IMG_0045.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 14:28:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806759#M12248</guid>
      <dc:creator>AndySchmidt</dc:creator>
      <dc:date>2018-08-07T14:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 calculating geopoint defaults back to GPS</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806760#M12249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To pass the location to be used in the map, you should use the center=&amp;lt;lat&amp;gt;,&amp;lt;lon&amp;gt; parameter instead of calculating from fields. &amp;nbsp;That being said, I do see the behavior you are describing and will file an issue to fix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 19:21:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806760#M12249</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-08-07T19:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 calculating geopoint defaults back to GPS</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806761#M12250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/3263"&gt;James Tedrick&lt;/A&gt;, I am having the same issue, however, I am already using center = (lat, long) to pass the coordinates from collector to survey123, but now need to once again pass the same coordinates to a related table (repeat) within the survey. I tried to do so using a similar "concat" to the above, but it doesn't work (it actually seems to be working when testing in the survey123 connect app, but then doesn't work in the actual (iphone) app. Is there a fix/workaround for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 19:34:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806761#M12250</guid>
      <dc:creator>ChaimSchwartz4</dc:creator>
      <dc:date>2019-05-20T19:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 calculating geopoint defaults back to GPS</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806762#M12251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chaim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the pulldata('@geopoint') function as part of the calculation? &amp;nbsp;This sounds similar to an issue that&amp;nbsp;is being worked on. &amp;nbsp;We will be releasing a release to the early adopter community that should address this soon (3.4.119); could I ask you to test once it's available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 18:01:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806762#M12251</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2019-05-22T18:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 calculating geopoint defaults back to GPS</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806763#M12252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, I am using the pulldata("@geopoint", ${....},"y") function. I also saw&amp;nbsp;elsewhere&amp;nbsp;that there is a more general issue with coordinates not auto-captured in related tables, so perhaps this is a related issue. If this is to be&amp;nbsp;addressed in a short release that is great news, and I will certainly be happy to test.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 18:43:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806763#M12252</guid>
      <dc:creator>ChaimSchwartz4</dc:creator>
      <dc:date>2019-05-22T18:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 calculating geopoint defaults back to GPS</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806764#M12253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chaim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The updated versions are now available at the Early Adopter Community.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2019 22:59:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806764#M12253</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2019-05-23T22:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 calculating geopoint defaults back to GPS</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806765#M12254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works like a charm!! Tested on the windows version since IOS is still pending. Thank you for this this is great!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="448378" alt="." class="image-2 jive-image" height="325" src="https://community.esri.com/legacyfs/online/448378_relatedLocation.png" width="270" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 01:54:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806765#M12254</guid>
      <dc:creator>ChaimSchwartz4</dc:creator>
      <dc:date>2019-05-24T01:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 calculating geopoint defaults back to GPS</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806766#M12255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chaim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks great! And exactly like what I'm looking for. &lt;BR /&gt;I'm still wondering how you managed to use the x and y fields as input in the geopoint field in the XLSX?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 11:51:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806766#M12255</guid>
      <dc:creator>JuulDaemen</dc:creator>
      <dc:date>2020-03-03T11:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 calculating geopoint defaults back to GPS</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806767#M12256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my form I have a geopoint field called "inspectionLocation" and then two fields that capture the coordinates through the calculation column:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;inspectionY:	pulldata("@geopoint", ${inspectionLocation},"y")

inspectionX:	pulldata("@geopoint", ${inspectionLocation},"x")‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And then I pass that into a geopoint row in the repeat once again through the calculation column:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;${inspectionY} + " " +${inspectionX}‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:24:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806767#M12256</guid>
      <dc:creator>ChaimSchwartz4</dc:creator>
      <dc:date>2021-12-12T09:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 calculating geopoint defaults back to GPS</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806768#M12257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chaim, it works perfectly now!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:28:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806768#M12257</guid>
      <dc:creator>JuulDaemen</dc:creator>
      <dc:date>2020-03-03T15:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 calculating geopoint defaults back to GPS</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806769#M12258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James, I'm having&amp;nbsp;similar issue with the Pull data function for my lat and long- however my issue is temperamental,meaning some of my coordinates comes from Pull data and some get the device location coordinates somehow. i found out that my excel data dump from Survey123 have an extra X and Y field at the end with Coordinates coming from the device location. I'm not an early adopter and wondering if this issue can be fixed by the update on that version? more than happy to share the XLS form with you if required.&lt;/P&gt;&lt;P&gt;Appreciate your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2020 14:13:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/806769#M12258</guid>
      <dc:creator>NaeimBabaii</dc:creator>
      <dc:date>2020-07-23T14:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 calculating geopoint defaults back to GPS</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/1010287#M31622</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;I'm having this issue now, where the coordinates passed from a point in my map are overwritten by the device GPS. Has this bug crept back up? The coordinates pass properly when I use the map on the web on my PC, but not when I use them on my phone, both in the apps (Explorer, and Field Maps) as well as mobile web browser.&lt;/P&gt;&lt;P&gt;It does this for one of my Surveys, but not 2 of the others, I can't see any difference in the URL schemes that I'm using to pass the coordinates.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 19:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-calculating-geopoint-defaults-back-to/m-p/1010287#M31622</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2020-12-16T19:36:19Z</dc:date>
    </item>
  </channel>
</rss>

