<?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: Indexed-Repeat to pull previous pin spacing and resistence measurement in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1151461#M41117</link>
    <description>&lt;P&gt;Thanks for these suggestions, I will give them a try.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2022 20:01:32 GMT</pubDate>
    <dc:creator>PrabhaVenu</dc:creator>
    <dc:date>2022-03-07T20:01:32Z</dc:date>
    <item>
      <title>Indexed-Repeat to pull previous pin spacing and resistence measurement</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1150927#M41079</link>
      <description>&lt;P&gt;I am using Survey123 desktop app version 3.13.251. For the attached survey form (excel sheet), I am unable to get indexed-repeat to work with this error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PrabhaVenu_0-1646432791858.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/35671i9243E610E7B43885/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PrabhaVenu_0-1646432791858.png" alt="PrabhaVenu_0-1646432791858.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am using type "note" as mentioned in a previous solution for another similar question and i am following this exact code recommended but I still get this error and would like some help from this well-versed community. I am attaching my code as the excel sheet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PrabhaVenu_1-1646432928569.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/35673iCFF333E8EC5A33C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PrabhaVenu_1-1646432928569.png" alt="PrabhaVenu_1-1646432928569.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 22:30:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1150927#M41079</guid>
      <dc:creator>PrabhaVenu</dc:creator>
      <dc:date>2022-03-04T22:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Indexed-Repeat to pull previous pin spacing and resistence measurement</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1151316#M41101</link>
      <description>&lt;P&gt;You may need to bind the position field to int or just use position inside the indexed repeat and it way work.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 16:06:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1151316#M41101</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-03-07T16:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Indexed-Repeat to pull previous pin spacing and resistence measurement</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1151390#M41109</link>
      <description>&lt;P&gt;Hello Doug,&lt;/P&gt;&lt;P&gt;Thank you for your recommendations. I tried both the bind and directly using position inside the indexed-repeat, both didn't work. Not sure what i am missing..I am including both the survey form with the bind defined and the error message when I execute it.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 18:08:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1151390#M41109</guid>
      <dc:creator>PrabhaVenu</dc:creator>
      <dc:date>2022-03-07T18:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Indexed-Repeat to pull previous pin spacing and resistence measurement</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1151402#M41110</link>
      <description>&lt;P&gt;Are you outside the repeat?&lt;/P&gt;&lt;P&gt;The indexed-repeat() function cannot be used inside the repeat that it references, as this will cause a circular reference. For example, the following expression cannot be used for a calculation inside the repeat named defects:&lt;/P&gt;&lt;P&gt;indexed-repeat(${defect_type}, ${defects}, 3)&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformrepeats.htm" target="_blank"&gt;https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformrepeats.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 18:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1151402#M41110</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-03-07T18:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Indexed-Repeat to pull previous pin spacing and resistence measurement</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1151410#M41111</link>
      <description>&lt;P&gt;Yes, I understand that constraint. Is there a way to get the previous value within this repeat loop? I really need to get this previous value inside this loop, since i am trying to calculate the resistivity for each sample point for a total of &amp;gt; 1 sample points. Basically resistivity at samples points 1, 5, 50 feet, etc respectively. And the formula references the previous sample point (feet and resistivity measured). I would like to do this without asking the person filling the form in the field to have to input the previous values.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 18:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1151410#M41111</guid>
      <dc:creator>PrabhaVenu</dc:creator>
      <dc:date>2022-03-07T18:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Indexed-Repeat to pull previous pin spacing and resistence measurement</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1151451#M41115</link>
      <description>&lt;P&gt;You may be able to out indexed outside then reference the field inside.&lt;/P&gt;&lt;P&gt;You can also maybe have the calc just outside the repeat so the user can still see it.&lt;/P&gt;&lt;P&gt;But if you just need the values at the 5s I would just have an if that does if mod 5 = 0 then store the number.&amp;nbsp; Then add all of those up using sum.&amp;nbsp; This may not be what you need but its an idea.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 19:52:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1151451#M41115</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-03-07T19:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Indexed-Repeat to pull previous pin spacing and resistence measurement</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1151461#M41117</link>
      <description>&lt;P&gt;Thanks for these suggestions, I will give them a try.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 20:01:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/indexed-repeat-to-pull-previous-pin-spacing-and/m-p/1151461#M41117</guid>
      <dc:creator>PrabhaVenu</dc:creator>
      <dc:date>2022-03-07T20:01:32Z</dc:date>
    </item>
  </channel>
</rss>

