<?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: Selector Issue with Getting Substring from a String in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/selector-issue-with-getting-substring-from-a/m-p/1318655#M8310</link>
    <description>&lt;P&gt;I've tried using this example and it works in the sense that it shows the counts of each amenity, but my problem is that I need to be able to select ALL parks that contain the amenity in the selector category. For example, one of the parks only has 'Hiking' as an amenity so when I click on Hiking in the selector that park is selected but not the other parks that also contain Hiking.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2023 13:35:33 GMT</pubDate>
    <dc:creator>CGooch</dc:creator>
    <dc:date>2023-08-15T13:35:33Z</dc:date>
    <item>
      <title>Selector Issue with Getting Substring from a String</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/selector-issue-with-getting-substring-from-a/m-p/1317081#M8258</link>
      <description>&lt;P&gt;So I am dealing with a Parks dataset that has multiple records and each park has an individual field for each amenity such as "Restrooms", "Swimming", or "Hiking" with either a "yes" or "no" to indicate if the park has that specific amenity. I also have an "Amenities" field that has all the amenities as a string. For Example, "Central Park" has an "Amenities" value of 'Restrooms, Swimming, Hiking, Baseball, Basketball, Cycling'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use a selector to assign each amenity to a category so that if I click on the "Restrooms" category, each park that has restrooms as one of its amenities will be selected. My biggest issue is that when I try to configure the selector to categorize "Amenities" it displays the entire string rather than each individual substring.&lt;/P&gt;&lt;P&gt;Does anybody know how I can use a data expression to fix this?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 19:02:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/selector-issue-with-getting-substring-from-a/m-p/1317081#M8258</guid>
      <dc:creator>CGooch</dc:creator>
      <dc:date>2023-08-09T19:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Selector Issue with Getting Substring from a String</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/selector-issue-with-getting-substring-from-a/m-p/1317976#M8293</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/701566"&gt;@CGooch&lt;/a&gt;!&lt;/P&gt;&lt;P&gt;I'm not super familiar with data expressions, but after doing a bit of research on them I was able to find&lt;A href="https://github.com/Esri/arcade-expressions/blob/master/dashboard_data/SplitCategories(PieChart).md" target="_self"&gt; this example code&lt;/A&gt; for separating out comma-delimited values.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 18:24:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/selector-issue-with-getting-substring-from-a/m-p/1317976#M8293</guid>
      <dc:creator>EllieHakariAK</dc:creator>
      <dc:date>2023-08-11T18:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selector Issue with Getting Substring from a String</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/selector-issue-with-getting-substring-from-a/m-p/1318655#M8310</link>
      <description>&lt;P&gt;I've tried using this example and it works in the sense that it shows the counts of each amenity, but my problem is that I need to be able to select ALL parks that contain the amenity in the selector category. For example, one of the parks only has 'Hiking' as an amenity so when I click on Hiking in the selector that park is selected but not the other parks that also contain Hiking.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 13:35:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/selector-issue-with-getting-substring-from-a/m-p/1318655#M8310</guid>
      <dc:creator>CGooch</dc:creator>
      <dc:date>2023-08-15T13:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Selector Issue with Getting Substring from a String</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/selector-issue-with-getting-substring-from-a/m-p/1318660#M8311</link>
      <description>&lt;P&gt;I've also tried to use If statements like in the attachment that would reference each individual amenity field rather than the concatenated "Amenities" field, but it only returns one amenity.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/78101i0CA78103C1353946/image-size/medium?v=v2&amp;amp;px=400" role="button" title="code.jpg" alt="code.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 13:40:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/selector-issue-with-getting-substring-from-a/m-p/1318660#M8311</guid>
      <dc:creator>CGooch</dc:creator>
      <dc:date>2023-08-15T13:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selector Issue with Getting Substring from a String</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/selector-issue-with-getting-substring-from-a/m-p/1319689#M8328</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I've got a similar issue and have not found a solution in Dashboard...though I have found a solution in Experience Builder.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The best that I've been able to do is to configure the selector to support multiple selections, have a search option, and allow select all, reset. It's damned kludgey compared to how effectively it can be done in ExB.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chip&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 15:59:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/selector-issue-with-getting-substring-from-a/m-p/1319689#M8328</guid>
      <dc:creator>ChipMorgan65</dc:creator>
      <dc:date>2023-08-17T15:59:05Z</dc:date>
    </item>
  </channel>
</rss>

