<?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: Uniquely identifying a track built with points in ArcGIS QuickCapture Questions</title>
    <link>https://community.esri.com/t5/arcgis-quickcapture-questions/uniquely-identifying-a-track-built-with-points/m-p/1028195#M511</link>
    <description>&lt;P&gt;Hi Helene, p&lt;SPAN&gt;lease see the comments below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"I am imagining a function where it auto incremented for each started track." This is possible and out of the box when you select a feature layer for capturing streaming points.&amp;nbsp;&lt;/SPAN&gt;Each point has a field called ObjectID and it's auto-incremented.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"...t&lt;SPAN&gt;he points building one track would share one ID." This can be done by manually adding a new data field,&amp;nbsp;i.e. the shared ID field, to the feature layer. In the QuickCapture project, you can preconfigure the button to submit streaming points to this field with a fixed value, so that points captured by this button always submit the same value to this specified field.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mandy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2021 19:07:17 GMT</pubDate>
    <dc:creator>Mandy_Li</dc:creator>
    <dc:date>2021-02-18T19:07:17Z</dc:date>
    <item>
      <title>Uniquely identifying a track built with points</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/uniquely-identifying-a-track-built-with-points/m-p/1027992#M510</link>
      <description>&lt;P&gt;Hi, I'm wondering if there is an easy way to uniquely identify a full track in points captured with Quick Capture.&lt;/P&gt;&lt;P&gt;I am imagining a function where it auto incremented for each started track. So, each points would have their unique ID, and the points building one track would share one ID. Other solutions are welcome too.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 10:07:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/uniquely-identifying-a-track-built-with-points/m-p/1027992#M510</guid>
      <dc:creator>Helene</dc:creator>
      <dc:date>2021-02-18T10:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Uniquely identifying a track built with points</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/uniquely-identifying-a-track-built-with-points/m-p/1028195#M511</link>
      <description>&lt;P&gt;Hi Helene, p&lt;SPAN&gt;lease see the comments below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"I am imagining a function where it auto incremented for each started track." This is possible and out of the box when you select a feature layer for capturing streaming points.&amp;nbsp;&lt;/SPAN&gt;Each point has a field called ObjectID and it's auto-incremented.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"...t&lt;SPAN&gt;he points building one track would share one ID." This can be done by manually adding a new data field,&amp;nbsp;i.e. the shared ID field, to the feature layer. In the QuickCapture project, you can preconfigure the button to submit streaming points to this field with a fixed value, so that points captured by this button always submit the same value to this specified field.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mandy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 19:07:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/uniquely-identifying-a-track-built-with-points/m-p/1028195#M511</guid>
      <dc:creator>Mandy_Li</dc:creator>
      <dc:date>2021-02-18T19:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Uniquely identifying a track built with points</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/uniquely-identifying-a-track-built-with-points/m-p/1028509#M512</link>
      <description>&lt;P&gt;Hi Mandy, thank you for the response.&lt;/P&gt;&lt;P&gt;Can I auto increment the fixed value for the shared ID field?&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;ObjectID 1, 2, 3 SharedID 1, 1, 1&lt;/P&gt;&lt;P&gt;ObjectID 4, 5, 6 SharedID 2, 2, 2&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 14:53:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/uniquely-identifying-a-track-built-with-points/m-p/1028509#M512</guid>
      <dc:creator>Helene</dc:creator>
      <dc:date>2021-02-19T14:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Uniquely identifying a track built with points</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/uniquely-identifying-a-track-built-with-points/m-p/1028667#M513</link>
      <description>&lt;P&gt;Hi Helene, this is not possible, unfortunately. If you give the field with a fixed value, it by default always stores this given value when the button is pressed. If you want the user to dynamically enter a value for &lt;SPAN&gt;SharedID&lt;/SPAN&gt;, try configure this field with a &lt;A href="https://doc.arcgis.com/en/quickcapture/help/editproject.htm#ESRI_SECTION1_2189D89E06E6424F9312EE1DD324ACBE" target="_self"&gt;project user input&lt;/A&gt;. However, neither of these would satisfy the need for&amp;nbsp;&lt;SPAN&gt;auto-incrementing.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 19:25:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/uniquely-identifying-a-track-built-with-points/m-p/1028667#M513</guid>
      <dc:creator>Mandy_Li</dc:creator>
      <dc:date>2021-02-19T19:25:18Z</dc:date>
    </item>
  </channel>
</rss>

