<?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 Auto complete yes_no based on multiple choice in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/auto-complete-yes-no-based-on-multiple-choice/m-p/1020498#M32132</link>
    <description>&lt;P&gt;Is it possible to autocomplete a single choice yes_no question based on the count of multiple choice options selected for given select_multiple questions?&lt;/P&gt;&lt;P&gt;For example &lt;STRONG&gt;Question 1&lt;/STRONG&gt; select_one: Is prominent vegetation present? &lt;STRONG&gt;yes, no&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;Question 2&lt;/STRONG&gt; select_multiple: Prominent Vegetation Types: A, B, C, D....&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;Question 3&lt;/STRONG&gt; select_multiple: Secondary Vegetation Types: E, F, G, H...&lt;/P&gt;&lt;P&gt;I would like to auto populate &lt;STRONG&gt;Question 1&lt;/STRONG&gt; as&amp;nbsp;&lt;STRONG&gt;yes&lt;/STRONG&gt; if at least one prominent veg types (&lt;STRONG&gt;Question1&lt;/STRONG&gt;) are selected or if 2 or more secondary veg types (&lt;STRONG&gt;Question3&lt;/STRONG&gt;) are selected and &lt;STRONG&gt;no&lt;/STRONG&gt; if otherwise.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this&amp;nbsp;&lt;STRONG&gt;if(count-selected(${question2},&amp;gt;=1),yes,no) or&amp;nbsp;if(count-selected(${question3},&amp;gt;=2),yes,no)&amp;nbsp;&lt;/STRONG&gt;but it did not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated. Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 14:54:43 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-01-27T14:54:43Z</dc:date>
    <item>
      <title>Auto complete yes_no based on multiple choice</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/auto-complete-yes-no-based-on-multiple-choice/m-p/1020498#M32132</link>
      <description>&lt;P&gt;Is it possible to autocomplete a single choice yes_no question based on the count of multiple choice options selected for given select_multiple questions?&lt;/P&gt;&lt;P&gt;For example &lt;STRONG&gt;Question 1&lt;/STRONG&gt; select_one: Is prominent vegetation present? &lt;STRONG&gt;yes, no&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;Question 2&lt;/STRONG&gt; select_multiple: Prominent Vegetation Types: A, B, C, D....&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;Question 3&lt;/STRONG&gt; select_multiple: Secondary Vegetation Types: E, F, G, H...&lt;/P&gt;&lt;P&gt;I would like to auto populate &lt;STRONG&gt;Question 1&lt;/STRONG&gt; as&amp;nbsp;&lt;STRONG&gt;yes&lt;/STRONG&gt; if at least one prominent veg types (&lt;STRONG&gt;Question1&lt;/STRONG&gt;) are selected or if 2 or more secondary veg types (&lt;STRONG&gt;Question3&lt;/STRONG&gt;) are selected and &lt;STRONG&gt;no&lt;/STRONG&gt; if otherwise.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this&amp;nbsp;&lt;STRONG&gt;if(count-selected(${question2},&amp;gt;=1),yes,no) or&amp;nbsp;if(count-selected(${question3},&amp;gt;=2),yes,no)&amp;nbsp;&lt;/STRONG&gt;but it did not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 14:54:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/auto-complete-yes-no-based-on-multiple-choice/m-p/1020498#M32132</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-01-27T14:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Auto complete yes_no based on multiple choice</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/auto-complete-yes-no-based-on-multiple-choice/m-p/1020680#M32142</link>
      <description>&lt;P&gt;You are using the parens wrong in the function.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should be&lt;/P&gt;&lt;P&gt;if(count-selected(${question2}) &amp;gt;=1,yes,no) or if(count-selected(${question3}) &amp;gt;=2,yes,no)&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 20:43:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/auto-complete-yes-no-based-on-multiple-choice/m-p/1020680#M32142</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-01-27T20:43:18Z</dc:date>
    </item>
  </channel>
</rss>

