<?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: Retrieve Total Sum of Pull Data Entries in Survey Question? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/retrieve-total-sum-of-pull-data-entries-in-survey/m-p/1024545#M32339</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/83728"&gt;@Cyprus_Forest_Department&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With 3.12 we are introducing support for indexed repeats. Please check out &lt;A href="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid={5a8e51ed-4a87-43fe-a67d-2b7829af130f}&amp;amp;artid={F38D940A-FC26-417C-B349-1DAFE9296C6C}" target="_blank" rel="noopener"&gt;this EAC documentation&lt;/A&gt; for more information on the updates. Specifically I think the `position(..)` function may help with calculating the repeat title.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option that currently works in 3.11 is to add a hidden question in the survey with the default value of 1, then add a calculate question that uses once(count(${default1Question})) and that will return the current repeat instance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;</description>
    <pubDate>Mon, 08 Feb 2021 19:25:06 GMT</pubDate>
    <dc:creator>ZacharySutherby</dc:creator>
    <dc:date>2021-02-08T19:25:06Z</dc:date>
    <item>
      <title>Retrieve Total Sum of Pull Data Entries in Survey Question?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/retrieve-total-sum-of-pull-data-entries-in-survey/m-p/1024313#M32328</link>
      <description>&lt;P&gt;Hi I have a Survey with a repeat table. The repeat imports records, and prepopulates fields from a CSV. The repeat won't have new records added in by the field workers. The workers will just update some fields from the already prepopulated (by the CSV) ones, in all the repeat's records.&lt;/P&gt;&lt;P&gt;I want the field workers to have in the form, a repeat title stating the current record against the total records; i.e 5/55. So they will know how many records they have to complete in total for that survey point.&lt;/P&gt;&lt;P&gt;Can I create a hidden question with a calculation that will bring me the sum of all the CSV's entries (Sum of all the rows)?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 12:51:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/retrieve-total-sum-of-pull-data-entries-in-survey/m-p/1024313#M32328</guid>
      <dc:creator>Cyprus_Forest_Department</dc:creator>
      <dc:date>2021-02-08T12:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Total Sum of Pull Data Entries in Survey Question?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/retrieve-total-sum-of-pull-data-entries-in-survey/m-p/1024545#M32339</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/83728"&gt;@Cyprus_Forest_Department&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With 3.12 we are introducing support for indexed repeats. Please check out &lt;A href="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid={5a8e51ed-4a87-43fe-a67d-2b7829af130f}&amp;amp;artid={F38D940A-FC26-417C-B349-1DAFE9296C6C}" target="_blank" rel="noopener"&gt;this EAC documentation&lt;/A&gt; for more information on the updates. Specifically I think the `position(..)` function may help with calculating the repeat title.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option that currently works in 3.11 is to add a hidden question in the survey with the default value of 1, then add a calculate question that uses once(count(${default1Question})) and that will return the current repeat instance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 19:25:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/retrieve-total-sum-of-pull-data-entries-in-survey/m-p/1024545#M32339</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2021-02-08T19:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Total Sum of Pull Data Entries in Survey Question?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/retrieve-total-sum-of-pull-data-entries-in-survey/m-p/1024821#M32356</link>
      <description>&lt;P&gt;Hi Zach. I read your comment and the EAC documentation "Query values from questions inside indexed repeats" section. However my situation is somewhat different. I have already set a "counter" for the user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is that I use pull data from a CSV to prepopulate the answers, and the user will only update the values of the questions where changes occured.&lt;/P&gt;&lt;P&gt;So as an example of what I need, if the CSV has 20 entries, can I have this value calculated in my survey? A question that will bring me the total number of entries of the CSV.&lt;/P&gt;&lt;P&gt;This value will be used in the form as a progress indicator along with my counter; i.e 1/20 (1 out of 20) in a text label like ${counter}/${calculation_of_CSV_entries}&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 11:59:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/retrieve-total-sum-of-pull-data-entries-in-survey/m-p/1024821#M32356</guid>
      <dc:creator>Cyprus_Forest_Department</dc:creator>
      <dc:date>2021-02-09T11:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Total Sum of Pull Data Entries in Survey Question?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/retrieve-total-sum-of-pull-data-entries-in-survey/m-p/1049483#M34019</link>
      <description>&lt;P&gt;So, I finally found a correct way to address the requirement. I created another csv file derived from a frequency table that contained the sum of the values that I needed. That was used with a pull data to prepopulate the question&amp;nbsp;&lt;SPAN&gt;${calculation_of_CSV_entries}.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 08:07:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/retrieve-total-sum-of-pull-data-entries-in-survey/m-p/1049483#M34019</guid>
      <dc:creator>Cyprus_Forest_Department</dc:creator>
      <dc:date>2021-04-21T08:07:27Z</dc:date>
    </item>
  </channel>
</rss>

