<?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 Arcade expression for selecting attributes that include the same text? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-for-selecting-attributes-that/m-p/1386954#M79329</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-02-26 132535.png" style="width: 383px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/95869i285F0DFF8FFABDCD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-02-26 132535.png" alt="Screenshot 2024-02-26 132535.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there any way to select attributes that include "1x1.25", even if something else comes after that in the attribute?&amp;nbsp; I just put the "Includes" there to illustrate what I'm attempting to do, but it does not work.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Feb 2024 19:54:57 GMT</pubDate>
    <dc:creator>hannahisreeding</dc:creator>
    <dc:date>2024-02-26T19:54:57Z</dc:date>
    <item>
      <title>Arcade expression for selecting attributes that include the same text?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-for-selecting-attributes-that/m-p/1386954#M79329</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-02-26 132535.png" style="width: 383px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/95869i285F0DFF8FFABDCD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-02-26 132535.png" alt="Screenshot 2024-02-26 132535.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there any way to select attributes that include "1x1.25", even if something else comes after that in the attribute?&amp;nbsp; I just put the "Includes" there to illustrate what I'm attempting to do, but it does not work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 19:54:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-for-selecting-attributes-that/m-p/1386954#M79329</guid>
      <dc:creator>hannahisreeding</dc:creator>
      <dc:date>2024-02-26T19:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade expression for selecting attributes that include with the same text?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-for-selecting-attributes-that/m-p/1386967#M79331</link>
      <description>&lt;P&gt;You can use the &lt;A href="https://developers.arcgis.com/arcade/function-reference/text_functions/#left" target="_self"&gt;Left&lt;/A&gt; function&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;if (Left($feature.ConduitSize, 6) == '1x1.25') return $feature.ClengthFt&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 19:30:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-for-selecting-attributes-that/m-p/1386967#M79331</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2024-02-26T19:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade expression for selecting attributes that include with the same text?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-for-selecting-attributes-that/m-p/1386982#M79337</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;if (Find("1x1.25", Lower($feature.ConduitSize)) &amp;gt; -1){ return $feature.ClengthFt}&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 26 Feb 2024 19:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expression-for-selecting-attributes-that/m-p/1386982#M79337</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2024-02-26T19:45:56Z</dc:date>
    </item>
  </channel>
</rss>

