<?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: running totals over time in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/running-totals-over-time/m-p/848643#M22728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. It depends on how you configure the survey:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If your survey is designed to report weather data for one day at a time, then you can only aggregate the data in the back-office accessing all records in your feature layer.&lt;/LI&gt;&lt;LI&gt;If your survey is configured with a &lt;EM&gt;repeat&lt;/EM&gt; block allowing capture of weather data for multiple days of a month within a single form, then you can do client-side aggregation and averaging using the &lt;EM&gt;sum&lt;/EM&gt; and &lt;EM&gt;count&lt;/EM&gt; functions against records in your repeat.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a practical perspective, you may want to keep your survey simple and go with an option where&amp;nbsp; weather data&amp;nbsp; is reported one day at a time (without a repeat).&amp;nbsp; Using HTML formatting in the label of a note question, or in the description of the survey, you could link into an external web application where the user could look at the aggregated data.&amp;nbsp; You could for example use Web AppBuilder to filter by station/month, aggregate the weather data and then simply link to your web app from the survey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Nov 2017 22:58:44 GMT</pubDate>
    <dc:creator>IsmaelChivite</dc:creator>
    <dc:date>2017-11-12T22:58:44Z</dc:date>
    <item>
      <title>running totals over time</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/running-totals-over-time/m-p/848642#M22727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New to survey 123, I have created a survey that collects weather data. I would like it to keep a running total of snowfall for the season based 24 hour snowfall. Is it possible to perform a calculation based on the previous days answer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Nov 2017 16:40:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/running-totals-over-time/m-p/848642#M22727</guid>
      <dc:creator>AaronPeyrouse</dc:creator>
      <dc:date>2017-11-11T16:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: running totals over time</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/running-totals-over-time/m-p/848643#M22728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. It depends on how you configure the survey:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If your survey is designed to report weather data for one day at a time, then you can only aggregate the data in the back-office accessing all records in your feature layer.&lt;/LI&gt;&lt;LI&gt;If your survey is configured with a &lt;EM&gt;repeat&lt;/EM&gt; block allowing capture of weather data for multiple days of a month within a single form, then you can do client-side aggregation and averaging using the &lt;EM&gt;sum&lt;/EM&gt; and &lt;EM&gt;count&lt;/EM&gt; functions against records in your repeat.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a practical perspective, you may want to keep your survey simple and go with an option where&amp;nbsp; weather data&amp;nbsp; is reported one day at a time (without a repeat).&amp;nbsp; Using HTML formatting in the label of a note question, or in the description of the survey, you could link into an external web application where the user could look at the aggregated data.&amp;nbsp; You could for example use Web AppBuilder to filter by station/month, aggregate the weather data and then simply link to your web app from the survey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2017 22:58:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/running-totals-over-time/m-p/848643#M22728</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2017-11-12T22:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: running totals over time</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/running-totals-over-time/m-p/848644#M22729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/3966"&gt;Ismael!&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;Suppose that you go for the option with the repeat block, then you need to use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;sum()&amp;nbsp;&lt;/EM&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;count()&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;functions to aggregate values for some fields from all responses. BUT, what if you need to access all the responses from these fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a similar case where I need to display all the responses to some fields in the repeat group, going through the documentation for XLSForm I discovered that there is also a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;join()&amp;nbsp;&lt;/EM&gt;and a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;indexed-repeat()&lt;/EM&gt;&amp;nbsp;functions to access data inside the repeat group.... It seems that these functions are not yet supported in Survey123 or, at least, I can't make them work...&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any insights on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Luciano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 13:35:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/running-totals-over-time/m-p/848644#M22729</guid>
      <dc:creator>LucianoCampagnolo1</dc:creator>
      <dc:date>2017-11-29T13:35:47Z</dc:date>
    </item>
  </channel>
</rss>

