<?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: remove selection from select_multiple in calculation in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/remove-selection-from-select-multiple-in/m-p/880279#M30436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was referring to the custom JavaScript functions - one of the applications for this is custom text processing. &amp;nbsp;You could easily to split the choices, remove a value and reassemble them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2018 18:11:03 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2018-03-14T18:11:03Z</dc:date>
    <item>
      <title>remove selection from select_multiple in calculation</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/remove-selection-from-select-multiple-in/m-p/880276#M30433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a select multiple question that has an option called "Not Listed" that if selected exposes a text question to enter the not listed value. I would like to combine the responses from the select multiple field (minus "Not Listed") and the text field in to a new field. I have the calculation set to combine the two fields, however I would like to clean things up a bit and remove the "Not Listed" response from the string, is there a way to select everything but from a text string?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the not() statement but just get the response "true" in my calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 15:40:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/remove-selection-from-select-multiple-in/m-p/880276#M30433</guid>
      <dc:creator>BrentKinal1</dc:creator>
      <dc:date>2018-03-14T15:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: remove selection from select_multiple in calculation</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/remove-selection-from-select-multiple-in/m-p/880277#M30434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now this is somewhat difficult to do, as a select_multiple does not guarantee order. &amp;nbsp;That being said, we are trialing &lt;A href="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid={5a8e51ed-4a87-43fe-a67d-2b7829af130f}&amp;amp;artid={D2F0ED6D-1ADC-43EF-8A87-FCCF09381DB3}"&gt;a feature in the Early Adopter (beta) community that might meet your needs&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 16:40:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/remove-selection-from-select-multiple-in/m-p/880277#M30434</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-03-14T16:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: remove selection from select_multiple in calculation</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/remove-selection-from-select-multiple-in/m-p/880278#M30435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't figure out the exact feature in the early adopter program to handle this, what feature should I be looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this current case there aren't a whole lot of values in the select multiple question, so I could just link a bunch of &lt;STRONG&gt;if(selected$(select_multipleField), 'valueName', 'valueLabel ', '') + ...&lt;/STRONG&gt; statements together. I am hoping down the road to find a more eloquent approach esp for longer select multiple lists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 17:04:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/remove-selection-from-select-multiple-in/m-p/880278#M30435</guid>
      <dc:creator>BrentKinal1</dc:creator>
      <dc:date>2018-03-14T17:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: remove selection from select_multiple in calculation</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/remove-selection-from-select-multiple-in/m-p/880279#M30436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was referring to the custom JavaScript functions - one of the applications for this is custom text processing. &amp;nbsp;You could easily to split the choices, remove a value and reassemble them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 18:11:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/remove-selection-from-select-multiple-in/m-p/880279#M30436</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-03-14T18:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: remove selection from select_multiple in calculation</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/remove-selection-from-select-multiple-in/m-p/880280#M30437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My strategy for removing underscores from a select_multiple response may also offer you some ideas for cleaning up your list: &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/197470-can-you-calculate-a-hidden-field-removing-the-underscore-from-a-selectmultiple"&gt;https://community.esri.com/thread/197470-can-you-calculate-a-hidden-field-removing-the-underscore-from-a-selectmultiple&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially, you create a hidden question for each option that populates with your desired text string, then create a text question that concatenates all of the corrected text strings using "join". It can be that simple if you don't care about a trailing comma-space (or whatever your separator is). You can get into more logic if you care to eliminate trailing separators.&lt;/P&gt;&lt;P&gt;I can elaborate further if you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 19:04:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/remove-selection-from-select-multiple-in/m-p/880280#M30437</guid>
      <dc:creator>CarolineRose</dc:creator>
      <dc:date>2018-04-17T19:04:17Z</dc:date>
    </item>
  </channel>
</rss>

