<?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: Parcel Owner Data Crashing Symbology Values in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/parcel-owner-data-crashing-symbology-values/m-p/1224552#M61424</link>
    <description>&lt;P&gt;If you know the names you're looking for, couldn't you just manually add those classes, rather than generating the full list?&lt;/P&gt;&lt;P&gt;You could also try using an Arcade expression to find names that contain certain key words or phrases.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var n = $feature.name

function word_check(word){
    return Find(word, n) &amp;gt; -1
}

var key_words = [
    'city of',
    'department',
    'agency'
]

return Iif(
    Any(key_words, word_check),
    n,
    null
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would give you the unique names, but only if at least one item in &lt;STRONG&gt;key_words &lt;/STRONG&gt;appears in the name somewhere.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Oct 2022 01:53:07 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2022-10-24T01:53:07Z</dc:date>
    <item>
      <title>Parcel Owner Data Crashing Symbology Values</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/parcel-owner-data-crashing-symbology-values/m-p/1224539#M61423</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added parcel data from a large county, and I would like to symbolize all of the parcels owned by different city, transportation, and county entities.&lt;/P&gt;&lt;P&gt;Under Layer Properties&amp;gt;Categories&amp;gt;Unique Values, I have selected the value field "current owner," which gives me the option to add owners to be symbolized individually. While I can see the city's land ownership, I cannot see every owner that I need to symbolize. When I click on "complete list" it either crashes or searches every property owner in the city (it has been loading for 2 hours now).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a super quick way to search the name of the entities I am looking for (i.e., the municipal transportation agency name) rather than search for MILLLIONS of property owners within the city at once? I only need to see about 3-4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2022 23:23:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/parcel-owner-data-crashing-symbology-values/m-p/1224539#M61423</guid>
      <dc:creator>Landscape_snarkitect</dc:creator>
      <dc:date>2022-10-23T23:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Parcel Owner Data Crashing Symbology Values</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/parcel-owner-data-crashing-symbology-values/m-p/1224552#M61424</link>
      <description>&lt;P&gt;If you know the names you're looking for, couldn't you just manually add those classes, rather than generating the full list?&lt;/P&gt;&lt;P&gt;You could also try using an Arcade expression to find names that contain certain key words or phrases.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var n = $feature.name

function word_check(word){
    return Find(word, n) &amp;gt; -1
}

var key_words = [
    'city of',
    'department',
    'agency'
]

return Iif(
    Any(key_words, word_check),
    n,
    null
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would give you the unique names, but only if at least one item in &lt;STRONG&gt;key_words &lt;/STRONG&gt;appears in the name somewhere.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 01:53:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/parcel-owner-data-crashing-symbology-values/m-p/1224552#M61424</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-10-24T01:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Parcel Owner Data Crashing Symbology Values</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/parcel-owner-data-crashing-symbology-values/m-p/1224682#M61446</link>
      <description>&lt;P&gt;Only the top 10 or so entities with the most land appear on the list, so it is not an option to see the ones I need to in order to add them. How do I do what you are suggesting? I am not a very strong user of GIS so I don't quite understand what you are doing there. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 14:00:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/parcel-owner-data-crashing-symbology-values/m-p/1224682#M61446</guid>
      <dc:creator>Landscape_snarkitect</dc:creator>
      <dc:date>2022-10-24T14:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Parcel Owner Data Crashing Symbology Values</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/parcel-owner-data-crashing-symbology-values/m-p/1224720#M61448</link>
      <description>&lt;P&gt;If you know that there are specific values in the list that you want, but you don't actually know what those specific values are without seeing the full list, I would suggest running something like &lt;STRONG&gt;summary statistics &lt;/STRONG&gt;on the layer to get a list of distinct names that you can sort through and filter much quicker than on a spatial layer. You could even dump the values into a database or open the resulting file in Excel or something.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 15:14:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/parcel-owner-data-crashing-symbology-values/m-p/1224720#M61448</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-10-24T15:14:45Z</dc:date>
    </item>
  </channel>
</rss>

