<?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: Populate a field within a repeat from a previous entry within same repeat? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-a-field-within-a-repeat-from-a-previous/m-p/878506#M29898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/12477"&gt;Doug Browning&lt;/A&gt;‌ this is brilliant, worked perfectly.&amp;nbsp; Thanks a ton!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Oct 2019 15:37:07 GMT</pubDate>
    <dc:creator>MattCobb</dc:creator>
    <dc:date>2019-10-07T15:37:07Z</dc:date>
    <item>
      <title>Populate a field within a repeat from a previous entry within same repeat?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-a-field-within-a-repeat-from-a-previous/m-p/878504#M29896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a vehicle usage log for Survey123 that our field crews can track mileage for their vehicles.&amp;nbsp; Within a repeat group, I have fields of Starting Odometer and Ending Odometer.&amp;nbsp; Is it possible to auto-populate the Starting Odometer field based on the previous Ending Odometer record within the repeat?&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/461315_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 15:00:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-a-field-within-a-repeat-from-a-previous/m-p/878504#M29896</guid>
      <dc:creator>MattCobb</dc:creator>
      <dc:date>2019-10-07T15:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Populate a field within a repeat from a previous entry within same repeat?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-a-field-within-a-repeat-from-a-previous/m-p/878505#M29897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a field outside the repeat with a max on it and you will get the last value since you know it is the largest&lt;/P&gt;&lt;P&gt;max(${GapEnd})&lt;/P&gt;&lt;P&gt;Then in your repeat grab the max using once so that it does not change on you if they go backwards to view or edit.&lt;/P&gt;&lt;P&gt;once(${maxGapEnd})&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 15:32:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-a-field-within-a-repeat-from-a-previous/m-p/878505#M29897</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2019-10-07T15:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Populate a field within a repeat from a previous entry within same repeat?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-a-field-within-a-repeat-from-a-previous/m-p/878506#M29898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/12477"&gt;Doug Browning&lt;/A&gt;‌ this is brilliant, worked perfectly.&amp;nbsp; Thanks a ton!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 15:37:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-a-field-within-a-repeat-from-a-previous/m-p/878506#M29898</guid>
      <dc:creator>MattCobb</dc:creator>
      <dc:date>2019-10-07T15:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Populate a field within a repeat from a previous entry within same repeat?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-a-field-within-a-repeat-from-a-previous/m-p/1151122#M41084</link>
      <description>&lt;P&gt;Hello, I don`t know if you will see this so many years later.&lt;/P&gt;&lt;P&gt;I am pretty novice at coding and I am trying to do something similar but am missing steps in between.&lt;/P&gt;&lt;P&gt;I want to be able to have a pulldown list to select the vehicle, and then for each vehicle have each odometer information stored.&lt;/P&gt;&lt;P&gt;I guess my questions are&lt;/P&gt;&lt;P&gt;A) under the survey tab how do I link the data from my chosen vehicle to the starting Odometer&amp;nbsp;&lt;/P&gt;&lt;P&gt;B) I am unsure if all of your code is direclty in the script portion? and how can I use the script under the survey tab...&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 03:35:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-a-field-within-a-repeat-from-a-previous/m-p/1151122#M41084</guid>
      <dc:creator>FRSadmin</dc:creator>
      <dc:date>2022-03-07T03:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Populate a field within a repeat from a previous entry within same repeat?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/populate-a-field-within-a-repeat-from-a-previous/m-p/1151126#M41085</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I responded to this just a few minutes ago but I am wondering if you could tell me? maybe show me how you were able to solve this.&lt;/P&gt;&lt;P&gt;I am not planning on having a repeat function, but rather I have a pulldown list of vehicles and then based on what vehicle you selected I want to be able to readin the Starting Odometer automatically.&lt;/P&gt;&lt;P&gt;Does this require a single script and then an individual excel spreadsheet for every vehicle?&lt;/P&gt;&lt;P&gt;For example if I have a Corolla selected, I need to have&amp;nbsp; a matching excel spreadsheet Corolla.xl that then has a start and end column? Or just a single column that then tracks different values?&lt;/P&gt;&lt;P&gt;A screenshot or anything you have would help wonders as&amp;nbsp; I also do not know Java...&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 04:14:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/populate-a-field-within-a-repeat-from-a-previous/m-p/1151126#M41085</guid>
      <dc:creator>FRSadmin</dc:creator>
      <dc:date>2022-03-07T04:14:50Z</dc:date>
    </item>
  </channel>
</rss>

