<?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 Survey123 Multiple Select Issues with Arabic Labels and 'Other' Value Storage in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-multiple-select-issues-with-arabic/m-p/1683528#M65406</link>
    <description>&lt;P class=""&gt;&lt;SPAN&gt;I am currently developing a form using ArcGIS Survey123 Connect in Arabic and have encountered two technical issues related to multiple select questions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;First Issue: Arabic Option Naming Restrictions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Arabic language for the survey, including the choices sheet. The Arabic text is written in both the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;label&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; column (for display) and the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; column (for stored values). However, Survey123 does not allow spaces within values in the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; column. When Arabic options contain multiple words, I am forced to use underscores (_) between words. This creates readability and data quality challenges, as stored values do not match natural Arabic formatting and complicate data analysis and reporting workflows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Second Issue: "Other" Value Storage in Multiple Select Questions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In multiple select questions where the "Other" option is enabled, Survey123 stores the word &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;"other"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; as part of the selected values while also storing the user-entered text in a separate field. I implemented a calculation field to merge the selected values with the user-entered "Other" text into a single hidden field that is stored in the feature layer. However, the stored result still includes the literal value &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;"other"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; along with the final answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;The calculation expression currently used is:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;if(
 selected(${Ext_Dmg},'other'),
 concat(join(' ',${Ext_Dmg}),' - ',${Ext_Dmg_other}),
 join(' ',${Ext_Dmg})
)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;SPAN&gt;I would like to know if there is an official or recommended approach within Survey123 to:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;Properly support Arabic multi-word option values without requiring underscores in the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; column.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;Prevent the system from storing the literal &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;"other"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; value when merging user-entered responses with selected multiple choice answers.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;&lt;SPAN&gt;Thank you for your support.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Feb 2026 20:34:26 GMT</pubDate>
    <dc:creator>KhamisBaroud</dc:creator>
    <dc:date>2026-02-10T20:34:26Z</dc:date>
    <item>
      <title>Survey123 Multiple Select Issues with Arabic Labels and 'Other' Value Storage</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-multiple-select-issues-with-arabic/m-p/1683528#M65406</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;I am currently developing a form using ArcGIS Survey123 Connect in Arabic and have encountered two technical issues related to multiple select questions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;First Issue: Arabic Option Naming Restrictions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Arabic language for the survey, including the choices sheet. The Arabic text is written in both the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;label&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; column (for display) and the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; column (for stored values). However, Survey123 does not allow spaces within values in the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; column. When Arabic options contain multiple words, I am forced to use underscores (_) between words. This creates readability and data quality challenges, as stored values do not match natural Arabic formatting and complicate data analysis and reporting workflows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Second Issue: "Other" Value Storage in Multiple Select Questions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In multiple select questions where the "Other" option is enabled, Survey123 stores the word &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;"other"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; as part of the selected values while also storing the user-entered text in a separate field. I implemented a calculation field to merge the selected values with the user-entered "Other" text into a single hidden field that is stored in the feature layer. However, the stored result still includes the literal value &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;"other"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; along with the final answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;The calculation expression currently used is:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;if(
 selected(${Ext_Dmg},'other'),
 concat(join(' ',${Ext_Dmg}),' - ',${Ext_Dmg_other}),
 join(' ',${Ext_Dmg})
)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;SPAN&gt;I would like to know if there is an official or recommended approach within Survey123 to:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;Properly support Arabic multi-word option values without requiring underscores in the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; column.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;Prevent the system from storing the literal &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;"other"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; value when merging user-entered responses with selected multiple choice answers.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;&lt;SPAN&gt;Thank you for your support.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 20:34:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-multiple-select-issues-with-arabic/m-p/1683528#M65406</guid>
      <dc:creator>KhamisBaroud</dc:creator>
      <dc:date>2026-02-10T20:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Multiple Select Issues with Arabic Labels and 'Other' Value Storage</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-multiple-select-issues-with-arabic/m-p/1683653#M65409</link>
      <description>&lt;P&gt;For question 1: You may be able to use&amp;nbsp;jr:choice-name to return your list with spaces in it.&amp;nbsp; It will likely depend on how many choice options you have if it is&amp;nbsp; feasible or not.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/using-jr-choice-name-for-multiple-selections/td-p/842772" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-questions/using-jr-choice-name-for-multiple-selections/td-p/842772&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-xlsform-functions/ba-p/893567" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-xlsform-functions/ba-p/893567&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For question 2, there isn't a good way to "find and replace" text.&amp;nbsp; IF "other" always came at the end of the list it may be possible to use substr() to truncate, but in a select multiple it records the answer in the order they were checked, so other is not in a consistent place.&lt;/P&gt;&lt;P&gt;If your final form is not intended for the web app and not public, you could use this Javascript for find and replace.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/find-and-replace-character/td-p/836707" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-questions/find-and-replace-character/td-p/836707&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js/ba-p/898782" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js/ba-p/898782&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 13:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-multiple-select-issues-with-arabic/m-p/1683653#M65409</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2026-02-11T13:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Multiple Select Issues with Arabic Labels and 'Other' Value Storage</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-multiple-select-issues-with-arabic/m-p/1684408#M65422</link>
      <description>&lt;P&gt;The no spaces rule in the name column isn't limited to Arabic, it is the same for English, and I suspect for every other language too.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select Multiple questions are a constant struggle since there aren't really any good functions in Survey123 that let you work with individual choices in it.&amp;nbsp; Best practice to is to pass the choices out to other fields with a field for each choice and work with those fields instead of the select multiple.&amp;nbsp; Granted if you have lots of choices it is going to be a headache.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I included an example form of how I would set this up to create a combined list of choices, including other text, that could be easily read by a person. It dynamically displays the choices and is set up in a way that won't give you orphan commas the final output in case some choices aren't selected.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 19:33:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-multiple-select-issues-with-arabic/m-p/1684408#M65422</guid>
      <dc:creator>TylerGraham2</dc:creator>
      <dc:date>2026-02-13T19:33:05Z</dc:date>
    </item>
  </channel>
</rss>

