<?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: Help with selecting similar names from two columns in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259880#M65730</link>
    <description>&lt;P&gt;What's CONCAT meant to be doing?&amp;nbsp; Get rid of it.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2023 17:37:14 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2023-02-20T17:37:14Z</dc:date>
    <item>
      <title>Help with selecting similar names from two columns</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259877#M65729</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have two columns with the names OWNER_NAME1 and BIZ_NAME.&lt;/P&gt;&lt;P&gt;The data is messy, so the business name and owner name may not be the same - but might be similar.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to select the records where the names in the two columns are similar.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this but it says the expression is invalid.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;BIZ_NAME = BIZ_NAME LIKE CONCAT(%OWNER_NAME1%) OR OWNER_NAME1 LIKE CONCAT(%BIZ_NAME%);&lt;/P&gt;&lt;P&gt;Please advise,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 17:22:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259877#M65729</guid>
      <dc:creator>Aique</dc:creator>
      <dc:date>2023-02-20T17:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with selecting similar names from two columns</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259880#M65730</link>
      <description>&lt;P&gt;What's CONCAT meant to be doing?&amp;nbsp; Get rid of it.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 17:37:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259880#M65730</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-02-20T17:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with selecting similar names from two columns</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259884#M65732</link>
      <description>&lt;P&gt;BIZ_NAME = BIZ_NAME LIKE (%OWNER_NAME1%) OR OWNER_NAME1 LIKE (%BIZ_NAME%);&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;Start Time: Monday, February 20, 2023 11:45:23 AM&lt;/PRE&gt;&lt;PRE&gt;ERROR 000358:&lt;SPAN class=""&gt; Invalid expression&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;Failed to execute (SelectLayerByAttribute).&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;Failed at Monday, February 20, 2023 11:45:23 AM (Elapsed Time: 0.04 seconds)&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Feb 2023 17:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259884#M65732</guid>
      <dc:creator>Aique</dc:creator>
      <dc:date>2023-02-20T17:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help with selecting similar names from two columns</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259885#M65733</link>
      <description>&lt;P&gt;Still returned an error without Concat&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 17:45:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259885#M65733</guid>
      <dc:creator>Aique</dc:creator>
      <dc:date>2023-02-20T17:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with selecting similar names from two columns</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259886#M65734</link>
      <description>&lt;P&gt;Biz name might be Sporty and Owner name might be Sporty Associates LLC&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 17:50:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259886#M65734</guid>
      <dc:creator>Aique</dc:creator>
      <dc:date>2023-02-20T17:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with selecting similar names from two columns</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259891#M65735</link>
      <description>&lt;P&gt;where are you using this expression? what tool etc as it is important&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 17:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259891#M65735</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-02-20T17:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help with selecting similar names from two columns</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259913#M65740</link>
      <description>&lt;P&gt;Apologies I didn't understand quite the complication of this (long day).&lt;/P&gt;&lt;P&gt;perhaps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;BIZ_NAME LIKE('%' || OWNER_NAME || '%')  OR  OWNER_NAME LIKE('%' || BIZ_NAME || '%')  &lt;/LI-CODE&gt;&lt;P&gt;NB I can't remember if LIKE is case sensitive in feature classes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 19:43:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-with-selecting-similar-names-from-two-columns/m-p/1259913#M65740</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-02-20T19:43:41Z</dc:date>
    </item>
  </channel>
</rss>

