<?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: Relevant syntax for Select_Multiple questions in Survey123 to generate a follow up question for only the selected answers in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032537#M32917</link>
    <description>&lt;P&gt;Yep, sorry, I misread it.&amp;nbsp; Glad regex fits in there somewhere.&amp;nbsp; I'd never dealt with it either, but it's pretty hand dandy if the application is correct.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Mar 2021 17:47:26 GMT</pubDate>
    <dc:creator>AllisonHollier</dc:creator>
    <dc:date>2021-03-03T17:47:26Z</dc:date>
    <item>
      <title>Relevant syntax for Select_Multiple questions in Survey123 to generate a follow up question for only the selected answers</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032402#M32895</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am creating a Survey123 form in Connect where one of the questions asks for the reason why they are wanting to enroll in this tree planting scheme. The question is a Select_Multiple with 12 possible choices. I would like a free text box to appear when 11 out of these 12 possible answers are selected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have read the following similar questions asked on GeoNet but the only solution I can find that works is one I have used on a previous form but is not ideal in this scenario:&lt;/P&gt;&lt;P&gt;Select_Multiple Relevant in Survey123: Follow up questions for only answers selected -&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/select-multiple-relevant-in-survey123-follow-up-questions-for/m-p/879743" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-questions/select-multiple-relevant-in-survey123-follow-up-questions-for/m-p/879743&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Relevant" field syntax for multiple choice questions -&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/quot-relevant-quot-field-syntax-for-multiple-choice-questions/td-p/775051" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-questions/quot-relevant-quot-field-syntax-for-multiple-choice-questions/td-p/775051&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The art of hiding -&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/the-art-of-hiding/ba-p/898454" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/the-art-of-hiding/ba-p/898454&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How Do I Apply A Rule In The Relevant Column When Using Select_Multiple? -&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-apply-a-rule-in-the-relevant-column-when-using-select/m-p/734022#M1001" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-apply-a-rule-in-the-relevant-column-when-using-select/m-p/734022#M1001&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Relevant column I am using the selected() function to generate a text box if any of the 11 options are generated (screenshot attached). The issue arises when more than one of those particular answers are selected a text box is generated for each selection (understandably so). Ideally, I would like just one text box to show for the submitter to enter any relevant info irrespective of how many options are selected in the original question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to create this in one expression listing the names of each option with 'and', 'or' etc with no luck. I have also tried using a contains() function to no avail too.&lt;/P&gt;&lt;P&gt;Any ideas are greatly welcomed.&amp;nbsp; (Connect Version used is 3.9.120)&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 13:50:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032402#M32895</guid>
      <dc:creator>Adam_Coburn_NCC</dc:creator>
      <dc:date>2021-03-03T13:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax for Select_Multiple questions in Survey123 to generate a follow up question for only the selected answers</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032431#M32900</link>
      <description>&lt;P&gt;I think maybe&amp;nbsp; you need to use regex?&amp;nbsp;&amp;nbsp;regex(${purpose_of_planting},'detail11')&lt;/P&gt;&lt;P&gt;See attached, it worked for me.&amp;nbsp; &amp;nbsp;And if it works, I'd love to take credit for it, but a wonderful ESRI rep named Breanna showed it to me when I was having the same problem.&amp;nbsp; (If other, then what?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 15:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032431#M32900</guid>
      <dc:creator>AllisonHollier</dc:creator>
      <dc:date>2021-03-03T15:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax for Select_Multiple questions in Survey123 to generate a follow up question for only the selected answers</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032443#M32903</link>
      <description>&lt;P&gt;I am not sure I totally get it but I think you mean just one box shows if they select any of the choices but one special one?&lt;/P&gt;&lt;P&gt;If so I would use not(selected(question, value)) in a relevant of a single text field.&lt;/P&gt;&lt;P&gt;Hope that it is&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 15:31:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032443#M32903</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-03-03T15:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax for Select_Multiple questions in Survey123 to generate a follow up question for only the selected answers</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032486#M32910</link>
      <description>&lt;P&gt;Hi Allison,&lt;/P&gt;&lt;P&gt;Thank you for taking the time to look at this.&lt;/P&gt;&lt;P&gt;I've never used regex before so had a read up on it. I'm looking for a text box to appear if they select any of the options from 1 to 11 but not if the last option is selected. I couldn't see how I could get regex to solve this for me but that's probably more due to my ability level than the functions scope!!&lt;BR /&gt;&lt;BR /&gt;In looking into the regex I did see how it could solve another issue I was facing (ensuring an answer was formatted a specific way as this was then used to generate an individual reference number for each form filled in (a solution which I too can not take credit for, one created and adapted from an &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;&amp;nbsp;post on creating 'Ticket Numbers')) Using regex ensures that the information entered will always be acceptable to the following function that creates the reference number, so a huge thank you for that!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 16:51:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032486#M32910</guid>
      <dc:creator>Adam_Coburn_NCC</dc:creator>
      <dc:date>2021-03-03T16:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax for Select_Multiple questions in Survey123 to generate a follow up question for only the selected answers</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032490#M32911</link>
      <description>&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;Thank you also for your input works really well!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 16:54:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032490#M32911</guid>
      <dc:creator>Adam_Coburn_NCC</dc:creator>
      <dc:date>2021-03-03T16:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax for Select_Multiple questions in Survey123 to generate a follow up question for only the selected answers</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032534#M32916</link>
      <description>&lt;P&gt;Thanks, I'm making a note of that one as well!&amp;nbsp; Great solution!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 17:45:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032534#M32916</guid>
      <dc:creator>AllisonHollier</dc:creator>
      <dc:date>2021-03-03T17:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax for Select_Multiple questions in Survey123 to generate a follow up question for only the selected answers</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032537#M32917</link>
      <description>&lt;P&gt;Yep, sorry, I misread it.&amp;nbsp; Glad regex fits in there somewhere.&amp;nbsp; I'd never dealt with it either, but it's pretty hand dandy if the application is correct.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 17:47:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-for-select-multiple-questions-in/m-p/1032537#M32917</guid>
      <dc:creator>AllisonHollier</dc:creator>
      <dc:date>2021-03-03T17:47:26Z</dc:date>
    </item>
  </channel>
</rss>

