<?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: Summarize Repeat in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/summarize-repeat/m-p/1232042#M46058</link>
    <description>&lt;P&gt;Yep, that should work. Thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It's still not perfect. Especially regarding maintaining the survey. E.g. if a new site will be added in future.&lt;/P&gt;&lt;P&gt;I guess there is no calculation that looks into the choice list and lists those that hasn't been selected.&lt;/P&gt;&lt;P&gt;Maybe as a JS script. &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 23:49:08 GMT</pubDate>
    <dc:creator>MarcoPoetsch</dc:creator>
    <dc:date>2022-11-15T23:49:08Z</dc:date>
    <item>
      <title>Summarize Repeat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/summarize-repeat/m-p/1231985#M46051</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;is there a way to summarize repeats at the end of a survey?&lt;BR /&gt;I'm not looking for a statistical summary, rather than summary based on a text field.&lt;/P&gt;&lt;P&gt;Basically, I have different conservation sites (drop down list) in a repeat that can be assessed in a single survey.&lt;/P&gt;&lt;P&gt;At the end of the survey I would like to have a summary of the sites (site names) that have been assessed, and ideally also those that haven't. In the most basic version it should be just saying if a site has been assessed or not. (Site A = assessed, Site B = Assessed, Site C = Not assessed)&lt;/P&gt;&lt;P&gt;What I have so far is a hidden calculation for each site in the repeat that checks if it is selected or not:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;name&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;calculation&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;SiteACheck&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;if(selected(${Site},'Site A'),1,0)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;SiteBCheck&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;if(selected(${Site},'Site B'),1,0)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;SiteCCheck&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;...&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;if(selected(${Site},'Site C'),1,0)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;And at the end I have again for each site a field (note) that shows if a site got selected (if SiteXCheck = 1).&lt;/P&gt;&lt;P&gt;I'm sure there is better way to do this. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 21:42:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/summarize-repeat/m-p/1231985#M46051</guid>
      <dc:creator>MarcoPoetsch</dc:creator>
      <dc:date>2022-11-15T21:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize Repeat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/summarize-repeat/m-p/1231989#M46052</link>
      <description>&lt;P&gt;Is it a count up for a total or just a yes no?&amp;nbsp; If you want a count then what you posted is the standard.&lt;/P&gt;&lt;P&gt;If you just want a yes or no then a join and a contains may do the trick.&lt;/P&gt;&lt;P&gt;You can also use a dashboard or arcade after the fact also.&amp;nbsp; I have been going this route more since we have users update data in the webmap, which skips the form, so none of the calcs update.&amp;nbsp; Watch out for that one.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 21:53:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/summarize-repeat/m-p/1231989#M46052</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-11-15T21:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize Repeat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/summarize-repeat/m-p/1231998#M46053</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;It would be more a Yes/No or something similar.&lt;BR /&gt;Ideally, I would get in the end of the survey a list of sites that has not been assessed (via the repeats) in this survey.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 22:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/summarize-repeat/m-p/1231998#M46053</guid>
      <dc:creator>MarcoPoetsch</dc:creator>
      <dc:date>2022-11-15T22:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize Repeat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/summarize-repeat/m-p/1232019#M46055</link>
      <description>&lt;P&gt;Then try a join(repeatfield) outside the repeat then have if(contains(joinedField,something), yes, no)&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 22:45:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/summarize-repeat/m-p/1232019#M46055</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-11-15T22:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize Repeat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/summarize-repeat/m-p/1232042#M46058</link>
      <description>&lt;P&gt;Yep, that should work. Thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It's still not perfect. Especially regarding maintaining the survey. E.g. if a new site will be added in future.&lt;/P&gt;&lt;P&gt;I guess there is no calculation that looks into the choice list and lists those that hasn't been selected.&lt;/P&gt;&lt;P&gt;Maybe as a JS script. &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 23:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/summarize-repeat/m-p/1232042#M46058</guid>
      <dc:creator>MarcoPoetsch</dc:creator>
      <dc:date>2022-11-15T23:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize Repeat</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/summarize-repeat/m-p/1232045#M46059</link>
      <description>&lt;P&gt;Or to get even more fancy, I could use the autocomplete search() for the repeatField which then gets summarized and checked against the same CSV/FS... Anyway, maybe I can do something using JS. I'll let you know.&lt;BR /&gt;I'll leave this for the moment as unanswered &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 00:02:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/summarize-repeat/m-p/1232045#M46059</guid>
      <dc:creator>MarcoPoetsch</dc:creator>
      <dc:date>2022-11-16T00:02:17Z</dc:date>
    </item>
  </channel>
</rss>

