<?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: Count only specified select_one answers in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/count-only-specified-select-one-answers/m-p/882086#M30856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ismael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your assistance on this matter. After I posted this question I had the same idea&amp;nbsp;recording Satisfied values as 1 and Unsatisfied values as 0. Then the counting will be really easy by summing up the fields. And thanks for heads up on using 'pages' style to make it more readable. I found Open Data Kit website where all aspects of XLS forms, functions, calculations and appearance settings are covered in detail. I now know how to get this done!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2019 19:00:42 GMT</pubDate>
    <dc:creator>IvanKozoletov1</dc:creator>
    <dc:date>2019-10-22T19:00:42Z</dc:date>
    <item>
      <title>Count only specified select_one answers</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/count-only-specified-select-one-answers/m-p/882084#M30854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new to this application and I've built playground inspection form (see attached) which is basically trying to mimic layout of CSA standards course book. Layout was easy to recreate but the last section is the SUMMARY which calculates counts of all previous answers to select_one [satisfaction] questions in this report and calculates if the playground in compliance or not once inspection report is submitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions 1-33 can be answered: "Satisfactory" and "Unsatisfactory" and based on these answers I would like to calculate a Compliance Rating as a permanent field which I can later use in Dashboard etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made these calculations within a Excel spreadsheet but that will not work once I publish this report. What is my best option to perform these calculations which will mimic the screenshots inserted here? How do I not just count the answer but only count answers that are "Satisfactory".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Inspection Report Page sample" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/462136_InspectionReportPage.jpg" /&gt;&lt;IMG alt="Summary Page" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/462158_InspectionReportSummary.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 19:44:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/count-only-specified-select-one-answers/m-p/882084#M30854</guid>
      <dc:creator>IvanKozoletov1</dc:creator>
      <dc:date>2019-10-17T19:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Count only specified select_one answers</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/count-only-specified-select-one-answers/m-p/882085#M30855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&amp;nbsp; You say you are new to Survey123. Well, you did an amazing job so far with the layout. Very impressive!&lt;/P&gt;&lt;P&gt;It looks like you are very close to get this done. The bit where your survey is breaking is the logic to sum the pass-not-pass questions; the summary.&amp;nbsp; In the XLSForm you attached you included some Excel formulas at the end. The Excel formula syntax is not compatible with the XLSForm specification.&amp;nbsp; You need to tweak the formulas so they are compatible with XLSForm.&amp;nbsp; You can find a quick reference of the formulas here: &lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm" title="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm"&gt;Formulas—Survey123 for ArcGIS | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a few ideas that came to mind while reviewing your XLSForm:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I think it will be easier if you change the [yes_no] list so the values in the name column are 0 and 1 instead of no and yes.&amp;nbsp; In this manner, it will be much easier for you to do the sum of passed and not passed questions. I am attaching a simplified version of the form so you can see what I mean.&lt;/LI&gt;&lt;LI&gt;It seems like using the pages style could make your survey more readable.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 21:33:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/count-only-specified-select-one-answers/m-p/882085#M30855</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2019-10-18T21:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count only specified select_one answers</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/count-only-specified-select-one-answers/m-p/882086#M30856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ismael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your assistance on this matter. After I posted this question I had the same idea&amp;nbsp;recording Satisfied values as 1 and Unsatisfied values as 0. Then the counting will be really easy by summing up the fields. And thanks for heads up on using 'pages' style to make it more readable. I found Open Data Kit website where all aspects of XLS forms, functions, calculations and appearance settings are covered in detail. I now know how to get this done!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2019 19:00:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/count-only-specified-select-one-answers/m-p/882086#M30856</guid>
      <dc:creator>IvanKozoletov1</dc:creator>
      <dc:date>2019-10-22T19:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Count only specified select_one answers</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/count-only-specified-select-one-answers/m-p/1258773#M47515</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hi, I'm also new to this field.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have three different dates to choose. I want to keep the guest list for each date to a maximum of 10 people. Thus, the constraint has been set by me. &amp;gt;=1 and.=2 for the total number of pax joining. Thus, the dropdown will change based on the number of guests.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On the other hand, I only intended to invite ten people to each date. The date would be as follows: 14-02-2023 for ten people, 15-02-2023 for ten people, and 16-02-2023 for ten people.&lt;BR /&gt;&lt;BR /&gt;I have the list of the organization already. Therefore, the maximum number of people allowed to join each organization is two. If another member of the organization wished to submit another answer, it would not be possible since the maximum number of entries allowed for that organization has been reached.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 03:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/count-only-specified-select-one-answers/m-p/1258773#M47515</guid>
      <dc:creator>sarakid</dc:creator>
      <dc:date>2023-02-16T03:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Count only specified select_one answers</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/count-only-specified-select-one-answers/m-p/1335078#M52134</link>
      <description>&lt;P&gt;Hello Ismael&lt;/P&gt;&lt;P&gt;&amp;nbsp; Is there a way not yo use the default option iqual=0 at all?&lt;/P&gt;&lt;P&gt;Thanks your example really help me.&lt;/P&gt;&lt;P&gt;Grettel&lt;/P&gt;&lt;P&gt;Costa Rica&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 18:29:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/count-only-specified-select-one-answers/m-p/1335078#M52134</guid>
      <dc:creator>climasig</dc:creator>
      <dc:date>2023-10-04T18:29:18Z</dc:date>
    </item>
  </channel>
</rss>

