<?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: Image-Map selection as choice filter in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1568185#M60490</link>
    <description>&lt;P&gt;Unfortunately, &lt;EM&gt;choice_filter&lt;/EM&gt; limitation for &lt;EM&gt;image-map&lt;/EM&gt; questions. Seems like an odd limitation given that an image-map is just a different way to display select_one/multiple.&lt;/P&gt;&lt;P&gt;That said, there is a (silly) workaround. Just add a hidden select_multiple (a regular one) and in the calculate column, reference the image-map question. Then, you can make your choice_filter point to that new question. Problem solved. Here is an example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_3-1734041330871.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121659i26518029A479B5DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_3-1734041330871.png" alt="abureaux_3-1734041330871.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for this part not working:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1734040558795.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121656i0F75ECDA2652F123/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1734040558795.png" alt="abureaux_0-1734040558795.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;That is just a limitation of select_multiple. The workaround is to add every option to its own calculate. Then concate them all together. Then finally trim the trailing ", ". I actually &lt;EM&gt;just&lt;/EM&gt; did that today. Here is an example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_1-1734040667237.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121657i0CD99B12CABCAEAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_1-1734040667237.png" alt="abureaux_1-1734040667237.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2024 22:08:58 GMT</pubDate>
    <dc:creator>abureaux</dc:creator>
    <dc:date>2024-12-12T22:08:58Z</dc:date>
    <item>
      <title>Image-Map selection as choice filter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1567816#M60476</link>
      <description>&lt;P&gt;I'm trying to create a survey where the users select different choices from an image map and I use the selections as a filter in the choice filter column. The image map is a select multiple question so I know I have to use selected() in the choice filter. During my testing, I noticed that when I select the first choice the filter works properly, but any other choice doesn't display until I unselect an additional choice. I'm not sure if this is a bug or if this functionality works with an image map. I've attached my form from the image map sample.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 15:47:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1567816#M60476</guid>
      <dc:creator>michael_vetter</dc:creator>
      <dc:date>2024-12-12T15:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Image-Map selection as choice filter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1568134#M60483</link>
      <description>&lt;P&gt;Any chance you can include the image map as well so I can test this locally?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 21:27:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1568134#M60483</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-12-12T21:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Image-Map selection as choice filter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1568139#M60484</link>
      <description>&lt;P&gt;Thanks for the response. I've attached the SVG that's being used.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 21:30:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1568139#M60484</guid>
      <dc:creator>michael_vetter</dc:creator>
      <dc:date>2024-12-12T21:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Image-Map selection as choice filter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1568185#M60490</link>
      <description>&lt;P&gt;Unfortunately, &lt;EM&gt;choice_filter&lt;/EM&gt; limitation for &lt;EM&gt;image-map&lt;/EM&gt; questions. Seems like an odd limitation given that an image-map is just a different way to display select_one/multiple.&lt;/P&gt;&lt;P&gt;That said, there is a (silly) workaround. Just add a hidden select_multiple (a regular one) and in the calculate column, reference the image-map question. Then, you can make your choice_filter point to that new question. Problem solved. Here is an example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_3-1734041330871.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121659i26518029A479B5DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_3-1734041330871.png" alt="abureaux_3-1734041330871.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for this part not working:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1734040558795.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121656i0F75ECDA2652F123/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1734040558795.png" alt="abureaux_0-1734040558795.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;That is just a limitation of select_multiple. The workaround is to add every option to its own calculate. Then concate them all together. Then finally trim the trailing ", ". I actually &lt;EM&gt;just&lt;/EM&gt; did that today. Here is an example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_1-1734040667237.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121657i0CD99B12CABCAEAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_1-1734040667237.png" alt="abureaux_1-1734040667237.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 22:08:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1568185#M60490</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-12-12T22:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Image-Map selection as choice filter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1568538#M60503</link>
      <description>&lt;P&gt;Thanks for the reply and finding a potential workaround. However, the workaround isn't working for me. I've copied what you've done in the screenshots, but I'm still getting the same behavior as before. I'm using Survey123 Connect version 3.21.62 so could it possibly be a version issue?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 20:02:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1568538#M60503</guid>
      <dc:creator>michael_vetter</dc:creator>
      <dc:date>2024-12-13T20:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Image-Map selection as choice filter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1568552#M60504</link>
      <description>&lt;P&gt;That is the most recent Connect version (which I am also on).&lt;/P&gt;&lt;P&gt;Well, I was going to just upload my XLSX, but upon checking the workflow again, it's now no longer working for me either... maybe I just got lucky yesterday.&lt;/P&gt;&lt;P&gt;This behaviour seems unintentional, so I'd suggest calling Esri Support to log bug. Once you have the Bug or Enhancement number, you can post here in case others have the same issue.&lt;/P&gt;&lt;P&gt;Sorry. This is super frustrating since it's already so close to being supported!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 20:18:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1568552#M60504</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-12-13T20:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Image-Map selection as choice filter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1579563#M60998</link>
      <description>&lt;P&gt;I created an ESRI Support case and they determined that my issue is a bug. Below is the bug number.&lt;BR /&gt;&lt;BR /&gt;BUG-000173408: Choice filters based on responses from a select-multiple question with an image-map appearance do not work as expected in the ArcGIS Survey123 Field App&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 16:11:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/image-map-selection-as-choice-filter/m-p/1579563#M60998</guid>
      <dc:creator>michael_vetter</dc:creator>
      <dc:date>2025-01-28T16:11:00Z</dc:date>
    </item>
  </channel>
</rss>

