<?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 Get location, date and more from from Collector in Survey123 in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/get-location-date-and-more-from-from-collector-in/m-p/820085#M15617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;BR /&gt;I'd like to know how far I can go with the url scheme to populate my survey. I already got simple things like ID and Creator figured out.&lt;BR /&gt;I would like to get the location parameters for a "geopoint" directly without a list.This way I could match new points in Collector directly with a Survey.&lt;/P&gt;&lt;P&gt;It would also be nice to get the {CreationDate} from Collector in a "date"-type in Survey.&lt;BR /&gt;Also it would be interesting to match my data from Collector with a "select_one" in Survey.&lt;BR /&gt;&lt;BR /&gt;Is any of the above possible?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Apr 2017 09:30:30 GMT</pubDate>
    <dc:creator>LeonhardStöckle</dc:creator>
    <dc:date>2017-04-12T09:30:30Z</dc:date>
    <item>
      <title>Get location, date and more from from Collector in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/get-location-date-and-more-from-from-collector-in/m-p/820085#M15617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;BR /&gt;I'd like to know how far I can go with the url scheme to populate my survey. I already got simple things like ID and Creator figured out.&lt;BR /&gt;I would like to get the location parameters for a "geopoint" directly without a list.This way I could match new points in Collector directly with a Survey.&lt;/P&gt;&lt;P&gt;It would also be nice to get the {CreationDate} from Collector in a "date"-type in Survey.&lt;BR /&gt;Also it would be interesting to match my data from Collector with a "select_one" in Survey.&lt;BR /&gt;&lt;BR /&gt;Is any of the above possible?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 09:30:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/get-location-date-and-more-from-from-collector-in/m-p/820085#M15617</guid>
      <dc:creator>LeonhardStöckle</dc:creator>
      <dc:date>2017-04-12T09:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get location, date and more from from Collector in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/get-location-date-and-more-from-from-collector-in/m-p/820086#M15618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The center parameter will supply the location for a geopoint question:&lt;/P&gt;&lt;P&gt;center=&amp;lt;latitude&amp;gt;,&amp;lt;longitude&amp;gt;&lt;/P&gt;&lt;P&gt;ex:&amp;nbsp;&lt;SPAN style="color: #4c4c4c; font-size: 17px;"&gt;center=37.8199,-122.4783&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find out more at&amp;nbsp;&lt;A class="link-titled" href="http://doc.arcgis.com/en/survey123/desktop/create-surveys/integratewithotherapps.htm" title="http://doc.arcgis.com/en/survey123/desktop/create-surveys/integratewithotherapps.htm"&gt;Integrate with other apps—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and at&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/groups/survey123/blog/2016/07/30/understanding-survey123s-custom-url-scheme"&gt;Understanding Survey123's custom URL Scheme&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 16:37:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/get-location-date-and-more-from-from-collector-in/m-p/820086#M15618</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-04-12T16:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get location, date and more from from Collector in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/get-location-date-and-more-from-from-collector-in/m-p/820087#M15619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, cool. Neraly there. &lt;BR /&gt;The coordinates you use are seperated by a point (&lt;SPAN style="color: #4c4c4c; font-size: 17px;"&gt;center=37.8199,-122.4783&lt;/SPAN&gt;) but ArcGIS displays points with a comma instead (&lt;SPAN style="color: #4c4c4c; font-size: 17px;"&gt;37,8199,-122,4783&lt;/SPAN&gt;)&lt;BR /&gt;This leads to an incorrect output at the geopoint. This &lt;SPAN style="color: #4c4c4c; font-size: 17px;"&gt;center=37.8199,-122.4783 turns out as&amp;nbsp;center=37,81.&lt;BR /&gt;&lt;/SPAN&gt;The only thing I found to chance this it to set my seperator is in the &lt;A href="https://gis.stackexchange.com/questions/164245/changing-thousands-separators-from-comma-to-space-in-measured-grids-of-arcmap"&gt;settings of windows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Do I miss something obvious? I tried to change the comma to point in ArcGIS in my {ESRIGNSS_LATITUDE} and {ESRIGNSS_LONGITUDE} attributes but it didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 07:14:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/get-location-date-and-more-from-from-collector-in/m-p/820087#M15619</guid>
      <dc:creator>LeonhardStöckle</dc:creator>
      <dc:date>2017-04-25T07:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get location, date and more from from Collector in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/get-location-date-and-more-from-from-collector-in/m-p/820088#M15620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leonhard - can you review this GoeNet post:&amp;nbsp;&lt;A href="https://community.esri.com/message/637513-re-app-linking-of-decimal-values-not-working-correctly"&gt;https://community.esri.com/message/637513-re-app-linking-of-decimal-values-not-working-correctly&lt;/A&gt;&amp;nbsp;? &amp;nbsp;This sounds like the same issue, but with a different flavor. &amp;nbsp;Can you verify that your URLs have comma decimal separators instead of period decimal separators (which wasn't the case in the other post)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 15:33:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/get-location-date-and-more-from-from-collector-in/m-p/820088#M15620</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-04-25T15:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get location, date and more from from Collector in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/get-location-date-and-more-from-from-collector-in/m-p/820089#M15621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a limit to the number of values that can be passed from the collector app into the Survey123 app? I was unsure if there was a limitation in the number of fields or the string length/number of characters for the URL within the hyperlink from within the pop-up window of the collector app into the survey123 app using an iPad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 19:37:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/get-location-date-and-more-from-from-collector-in/m-p/820089#M15621</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-04-27T19:37:08Z</dc:date>
    </item>
  </channel>
</rss>

