<?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: Filter when Field Contains the Text in Arcade in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/filter-when-field-contains-the-text-in-arcade/m-p/1536646#M10267</link>
    <description>&lt;P&gt;YES! Thank you so much!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2024 20:39:55 GMT</pubDate>
    <dc:creator>JustinH</dc:creator>
    <dc:date>2024-09-09T20:39:55Z</dc:date>
    <item>
      <title>Filter when Field Contains the Text in Arcade</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/filter-when-field-contains-the-text-in-arcade/m-p/1536604#M10265</link>
      <description>&lt;P&gt;Hello-&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently trying to filter a dataset by using an expression in Dashboards. The expression does more than just this filter so I cannot use the handy dandy filter tool within elements.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want my expression to say is Filter(dataset, feature 'contains the text' "State").&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems fairly simple but I am having a hard time figuring this out. I tried following some of the suggestions from jcarlson in this post:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-enterprise-portal-questions/arcade-expression-for-field-quot-includes-quot-a/td-p/1176886" target="_self"&gt;Solved: Arcade Expression for field "includes" a value - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, I am not really sure how to integrate this Split + Includes or the Find workflow into my filter function.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a more Specific Code:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;// Filter the FeatureSet for "State Trust" in the FUNDING_SOURCE field using Includes

var statelands = Filter(fs, Includes('FUNDING_SOURCE', 'State Trust'))&lt;/LI-CODE&gt;&lt;P&gt;TIA!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 19:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/filter-when-field-contains-the-text-in-arcade/m-p/1536604#M10265</guid>
      <dc:creator>JustinH</dc:creator>
      <dc:date>2024-09-09T19:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Filter when Field Contains the Text in Arcade</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/filter-when-field-contains-the-text-in-arcade/m-p/1536641#M10266</link>
      <description>&lt;P&gt;You can use the "Like" operator in the sql statement&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;filter(fs, "FUNDING_SOURCE Like '%State%'")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 20:33:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/filter-when-field-contains-the-text-in-arcade/m-p/1536641#M10266</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2024-09-09T20:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filter when Field Contains the Text in Arcade</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/filter-when-field-contains-the-text-in-arcade/m-p/1536646#M10267</link>
      <description>&lt;P&gt;YES! Thank you so much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 20:39:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/filter-when-field-contains-the-text-in-arcade/m-p/1536646#M10267</guid>
      <dc:creator>JustinH</dc:creator>
      <dc:date>2024-09-09T20:39:55Z</dc:date>
    </item>
  </channel>
</rss>

