<?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: Location Store issues in Web forms in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/location-store-issues-in-web-forms/m-p/1293516#M49531</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/562730"&gt;@JovanaB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is the points are not being fed into a geopoint question and rather they are just stored in fields named Point_x and Point_Y&lt;/P&gt;&lt;P&gt;You will need to have a geopoint question and concatenate the x and y coordinate as the calculation. I've seen it done in other threads but don't have the exact expression in front of me right now.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
    <pubDate>Fri, 26 May 2023 16:24:08 GMT</pubDate>
    <dc:creator>Richard_Purkis</dc:creator>
    <dc:date>2023-05-26T16:24:08Z</dc:date>
    <item>
      <title>Location Store issues in Web forms</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/location-store-issues-in-web-forms/m-p/1293460#M49528</link>
      <description>&lt;P&gt;I have a survey created using Survey123 Connect with a geocoded address field using the ArcGIS World Geocoding Service locator. I have added x and y fields in my hosted feature class and added those in the xls form to pull the location information from my geocoded point field.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JovanaB_0-1685109302861.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/71759iF0FBEDE6E4FCA91A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JovanaB_0-1685109302861.png" alt="JovanaB_0-1685109302861.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Every time a new survey is submitted through a web form, it does not capture the accurate point geometry in the dashboard i have created. Instead it defaults all points to Atlantic Ocean. What am i missing?&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 13:55:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/location-store-issues-in-web-forms/m-p/1293460#M49528</guid>
      <dc:creator>JovanaB</dc:creator>
      <dc:date>2023-05-26T13:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Location Store issues in Web forms</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/location-store-issues-in-web-forms/m-p/1293516#M49531</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/562730"&gt;@JovanaB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is the points are not being fed into a geopoint question and rather they are just stored in fields named Point_x and Point_Y&lt;/P&gt;&lt;P&gt;You will need to have a geopoint question and concatenate the x and y coordinate as the calculation. I've seen it done in other threads but don't have the exact expression in front of me right now.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 16:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/location-store-issues-in-web-forms/m-p/1293516#M49531</guid>
      <dc:creator>Richard_Purkis</dc:creator>
      <dc:date>2023-05-26T16:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Location Store issues in Web forms</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/location-store-issues-in-web-forms/m-p/1294698#M49611</link>
      <description>&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/361875"&gt;@Richard_Purkis&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add a geopoint question and use something like this in the calculation&lt;/P&gt;&lt;P&gt;concat(number(${POINT_Y)," ",number(${POINT_X}))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/562730"&gt;@JovanaB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 19:47:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/location-store-issues-in-web-forms/m-p/1294698#M49611</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2023-05-31T19:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Location Store issues in Web forms</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/location-store-issues-in-web-forms/m-p/1294928#M49625</link>
      <description>&lt;P&gt;Thank you both&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/361875"&gt;@Richard_Purkis&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;&amp;nbsp;for the help. This worked very well! However, this is a good alternative for me to get a point location stored so it can be displayed in a web map.&lt;/P&gt;&lt;P&gt;How would I instead have an address question to auto-complete using the geocode appearance for a text question and still capture the correct x,y location of the address and be shown on a web map?&lt;/P&gt;&lt;P&gt;I initially tried following&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-addresses-and-the/ba-p/1099132" target="_blank" rel="noopener"&gt;this article&lt;/A&gt;&amp;nbsp;re: "Storing the location of an address as a point geometry" but it did not help pull and store the x,y data to properly pin it on my web map.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 12:42:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/location-store-issues-in-web-forms/m-p/1294928#M49625</guid>
      <dc:creator>JovanaB</dc:creator>
      <dc:date>2023-06-01T12:42:13Z</dc:date>
    </item>
  </channel>
</rss>

