<?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: Survey123 Connect tally/count based off of two fields in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-tally-count-based-off-of-two/m-p/1114924#M38502</link>
    <description>&lt;P&gt;Thank you for the link! I am not that great at JS functions but I will try that out. It looks like in the example that you would have to write out each fruit that you would want to get info on. In my survey I have around 60 fish choices so that might take a while to write. I was hoping to find something that could list all the values entered in the fish field and the corresponding quantity of each.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 08 Nov 2021 16:26:09 GMT</pubDate>
    <dc:creator>AndrewSD</dc:creator>
    <dc:date>2021-11-08T16:26:09Z</dc:date>
    <item>
      <title>Survey123 Connect tally/count based off of two fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-tally-count-based-off-of-two/m-p/1114332#M38469</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a survey in Connect for collecting info on fish. I know you can use the sun or count functions but I have not seen the ability to do this:&lt;/P&gt;&lt;P&gt;I have a species name field and a number field. Example, a user selects Salmon and there are 10, Trout and there are 5 and Goldfish 25. This is using a repeat.&lt;/P&gt;&lt;P&gt;Using the notes question I would like to show the fish name and how many there are. If a user just enters Salmon the tally would just show one since it was only entered once. I have not seen a way to sum based on two fields.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 22:09:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-tally-count-based-off-of-two/m-p/1114332#M38469</guid>
      <dc:creator>AndrewSD</dc:creator>
      <dc:date>2021-11-04T22:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Connect tally/count based off of two fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-tally-count-based-off-of-two/m-p/1114362#M38474</link>
      <description>&lt;P&gt;Hi. I think a custom JS function may do the trick. Check the 'Passing a repeat to pulldata' section in &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js/ba-p/898782" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js/ba-p/898782&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 00:34:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-tally-count-based-off-of-two/m-p/1114362#M38474</guid>
      <dc:creator>QuickCaptureAdminAdminAccount</dc:creator>
      <dc:date>2021-11-05T00:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Connect tally/count based off of two fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-tally-count-based-off-of-two/m-p/1114363#M38475</link>
      <description>&lt;P&gt;Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;You could create a fish count field for each type of fish and then make them relevant based on the species name field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could also make the final count note questions relevant based on whether the sum of each fish count question is greater than 0.&lt;BR /&gt;&lt;BR /&gt;See attached XLSForm for an example. Is that close to what you were looking for?&lt;BR /&gt;&lt;BR /&gt;-Barbara&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 00:34:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-tally-count-based-off-of-two/m-p/1114363#M38475</guid>
      <dc:creator>BarbaraWebster1</dc:creator>
      <dc:date>2021-11-05T00:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Connect tally/count based off of two fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-tally-count-based-off-of-two/m-p/1114886#M38500</link>
      <description>&lt;P&gt;Hi Barbara,&lt;/P&gt;&lt;P&gt;Thank you for your reply. Unfortunately, there are around&amp;nbsp; 60 fish choices so that might get a little chaotic. I was hoping to find a JS function to do this but I will keep this method in mind if I can't.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 14:32:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-tally-count-based-off-of-two/m-p/1114886#M38500</guid>
      <dc:creator>AndrewSD</dc:creator>
      <dc:date>2021-11-08T14:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Connect tally/count based off of two fields</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-tally-count-based-off-of-two/m-p/1114924#M38502</link>
      <description>&lt;P&gt;Thank you for the link! I am not that great at JS functions but I will try that out. It looks like in the example that you would have to write out each fruit that you would want to get info on. In my survey I have around 60 fish choices so that might take a while to write. I was hoping to find something that could list all the values entered in the fish field and the corresponding quantity of each.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 16:26:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-tally-count-based-off-of-two/m-p/1114924#M38502</guid>
      <dc:creator>AndrewSD</dc:creator>
      <dc:date>2021-11-08T16:26:09Z</dc:date>
    </item>
  </channel>
</rss>

