<?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: Pull data for geopoint placing locations at null island 0,0 in S123 Connect in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/pull-data-for-geopoint-placing-locations-at-null/m-p/1322395#M51388</link>
    <description>&lt;P&gt;Hi Andra&lt;/P&gt;&lt;P&gt;It looks like there are a couple of errors in the concat() expression:&lt;/P&gt;&lt;P&gt;concat((number${x_long}),' ',number(${y_lat}))&lt;/P&gt;&lt;P&gt;The first argument &lt;EM&gt;(number${x_long})&lt;/EM&gt; should be &lt;EM&gt;number(${x_long})&lt;/EM&gt;. However, the number() function is not really required here; since you're concatenating a string, there's no need to cast the lat &amp;amp; long values as numbers.&lt;/P&gt;&lt;P&gt;Also latitude should come first, then longitude (see &lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/geopoints.htm#ESRI_SECTION1_6B32C981BC5E490AAAFCE52E15993DC3" target="_self"&gt;Geopoints doc&lt;/A&gt;). Try the following:&lt;/P&gt;&lt;P&gt;concat(${y_lat}, ' ', ${x_long})&lt;/P&gt;&lt;P&gt;Hope this helps! Jim&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2023 02:07:28 GMT</pubDate>
    <dc:creator>Jim-Moore</dc:creator>
    <dc:date>2023-08-25T02:07:28Z</dc:date>
    <item>
      <title>Pull data for geopoint placing locations at null island 0,0 in S123 Connect</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pull-data-for-geopoint-placing-locations-at-null/m-p/1322354#M51387</link>
      <description>&lt;P&gt;Hi S123 wizards,&lt;/P&gt;&lt;P&gt;I have read several posts and found no clear solution to my mysterious issue with S123 Connect not accepting a data pull calculation for a geopoint using concat((number${x_long}),' ',number(${y_lat})) on a registered feature service with default z values of 0.&lt;/P&gt;&lt;P&gt;The form is setup for offline use to pull lat/long from a csv and concat it, but the points show up at 0,0 on the map. Fields are decimal format (scale 38, precision 8), data is projected in wgs 84, and the other data pulls in the form are working fine, including transfer of coordinates to individual fields.&lt;/P&gt;&lt;P&gt;The workflow includes an optional Field Map including a url call (not specifying centerpoint) but it doesn't matter how the survey is initiated, from field maps or S123, the same results of 0,0.&lt;/P&gt;&lt;P&gt;Why?? Please help! lol, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 21:45:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pull-data-for-geopoint-placing-locations-at-null/m-p/1322354#M51387</guid>
      <dc:creator>Andra</dc:creator>
      <dc:date>2023-08-24T21:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pull data for geopoint placing locations at null island 0,0 in S123 Connect</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pull-data-for-geopoint-placing-locations-at-null/m-p/1322395#M51388</link>
      <description>&lt;P&gt;Hi Andra&lt;/P&gt;&lt;P&gt;It looks like there are a couple of errors in the concat() expression:&lt;/P&gt;&lt;P&gt;concat((number${x_long}),' ',number(${y_lat}))&lt;/P&gt;&lt;P&gt;The first argument &lt;EM&gt;(number${x_long})&lt;/EM&gt; should be &lt;EM&gt;number(${x_long})&lt;/EM&gt;. However, the number() function is not really required here; since you're concatenating a string, there's no need to cast the lat &amp;amp; long values as numbers.&lt;/P&gt;&lt;P&gt;Also latitude should come first, then longitude (see &lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/geopoints.htm#ESRI_SECTION1_6B32C981BC5E490AAAFCE52E15993DC3" target="_self"&gt;Geopoints doc&lt;/A&gt;). Try the following:&lt;/P&gt;&lt;P&gt;concat(${y_lat}, ' ', ${x_long})&lt;/P&gt;&lt;P&gt;Hope this helps! Jim&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 02:07:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pull-data-for-geopoint-placing-locations-at-null/m-p/1322395#M51388</guid>
      <dc:creator>Jim-Moore</dc:creator>
      <dc:date>2023-08-25T02:07:28Z</dc:date>
    </item>
  </channel>
</rss>

