<?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 Refreshing a Select_one answer in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/refreshing-a-select-one-answer/m-p/769120#M3242</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/3263"&gt;James Tedrick&lt;/A&gt;‌ / &lt;A href="https://community.esri.com/migrated-users/3966"&gt;Ismael Chivite&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am struggling with some fairly simple logic needs. Here's my set up:&lt;/P&gt;&lt;P&gt;Order of questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Cannot Locate:&amp;nbsp;Select_one of Yes/No&lt;/LI&gt;&lt;LI&gt;Covered Over?: Select_one (many answers)&lt;/LI&gt;&lt;LI&gt;Surface Cover?:&amp;nbsp;&lt;SPAN&gt;Select_one (many answers)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Here's my calculations:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Cannot Locate:&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Covered Over:&amp;nbsp;if(selected(${CANNOT_LOCATE}, 'YES'), 'UNKNOWN', if(selected(${SURFACE_COVER}, 'CONCRETE'), 'NOT_IN_SCOPE',''))&lt;/LI&gt;&lt;LI&gt;if(selected(${CANNOT_LOCATE}, 'YES'), 'UNKNOWN','')&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works just fine. For example if an answer is&amp;nbsp;&lt;SPAN&gt;{CANNOT_LOCATE}='YES'&amp;nbsp;and&amp;nbsp;{SURFACE_COVER}= 'CONCRETE') then {COVERED OVER} gets set to 'NOT_IN_SCOPE'. However the issue is that in order to make this happen I need to hit the green "refresh" symbol (see screenshot). Is there any alternative to this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418159_snag.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2018 20:18:53 GMT</pubDate>
    <dc:creator>AndrewHargreaves2</dc:creator>
    <dc:date>2018-08-06T20:18:53Z</dc:date>
    <item>
      <title>Refreshing a Select_one answer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/refreshing-a-select-one-answer/m-p/769120#M3242</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/3263"&gt;James Tedrick&lt;/A&gt;‌ / &lt;A href="https://community.esri.com/migrated-users/3966"&gt;Ismael Chivite&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am struggling with some fairly simple logic needs. Here's my set up:&lt;/P&gt;&lt;P&gt;Order of questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Cannot Locate:&amp;nbsp;Select_one of Yes/No&lt;/LI&gt;&lt;LI&gt;Covered Over?: Select_one (many answers)&lt;/LI&gt;&lt;LI&gt;Surface Cover?:&amp;nbsp;&lt;SPAN&gt;Select_one (many answers)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Here's my calculations:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Cannot Locate:&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Covered Over:&amp;nbsp;if(selected(${CANNOT_LOCATE}, 'YES'), 'UNKNOWN', if(selected(${SURFACE_COVER}, 'CONCRETE'), 'NOT_IN_SCOPE',''))&lt;/LI&gt;&lt;LI&gt;if(selected(${CANNOT_LOCATE}, 'YES'), 'UNKNOWN','')&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works just fine. For example if an answer is&amp;nbsp;&lt;SPAN&gt;{CANNOT_LOCATE}='YES'&amp;nbsp;and&amp;nbsp;{SURFACE_COVER}= 'CONCRETE') then {COVERED OVER} gets set to 'NOT_IN_SCOPE'. However the issue is that in order to make this happen I need to hit the green "refresh" symbol (see screenshot). Is there any alternative to this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418159_snag.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 20:18:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/refreshing-a-select-one-answer/m-p/769120#M3242</guid>
      <dc:creator>AndrewHargreaves2</dc:creator>
      <dc:date>2018-08-06T20:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing a Select_one answer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/refreshing-a-select-one-answer/m-p/769121#M3243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select_multiple questions are not designed to&amp;nbsp;have a calculation- I believe this is causing the behavior issue you are seeing (it's stopping automatic calculations).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 21:05:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/refreshing-a-select-one-answer/m-p/769121#M3243</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-08-06T21:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing a Select_one answer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/refreshing-a-select-one-answer/m-p/769122#M3244</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/3263"&gt;James Tedrick&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not disputing your answer, but I will question why my calculation fires correctly the first time around. For example:&lt;/P&gt;&lt;UL style="padding-left: 60px;"&gt;&lt;LI&gt;All questions are select_ones, fed from a choice list of&amp;nbsp;BLUE, GREEN, RED, YELLOW,&amp;nbsp;WHITE&lt;/LI&gt;&lt;LI&gt;Q1 contains a calc that states:&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;if(selected(${Q2}, 'BLUE') and selected(${Q3}, 'YELLOW'), 'GREEN','WHITE')&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;UL style="padding-left: 60px;"&gt;&lt;LI&gt;Q2 is set as BLUE&lt;/LI&gt;&lt;LI&gt;Q3 is set as&lt;SPAN&gt;&amp;nbsp;YELLOW&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Q1 switches from WHITE to GREEN&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;However, if:&lt;/P&gt;&lt;UL style="padding-left: 60px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;Q1 is set as&amp;nbsp;RED (or anything that changes the value set by the calc, even setting it to RED then back to WHITE)&lt;/LI&gt;&lt;/UL&gt;&lt;UL style="padding-left: 60px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;Q2 is set as BLUE&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;Q3 is set as&lt;SPAN&gt;&amp;nbsp;YELLOW&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;Q1 &lt;STRONG&gt;fails&lt;/STRONG&gt; to&amp;nbsp;switch to GREEN&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 23:43:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/refreshing-a-select-one-answer/m-p/769122#M3244</guid>
      <dc:creator>AndrewHargreaves2</dc:creator>
      <dc:date>2018-08-06T23:43:14Z</dc:date>
    </item>
  </channel>
</rss>

