<?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: Data list filter in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/data-list-filter/m-p/1169162#M45811</link>
    <description>&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;I would like to avoid Python if possible. I do not know him. Also I understand that how do you manage to make the filter based on a single text. I must be able to create the filter based on taking of fields different from each other. For example, you have to extract the shapes that contain the value 1000 - 1005 - 4354 - 4543- 1 - 34 etc. etc. in a given attribute.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2022 06:04:43 GMT</pubDate>
    <dc:creator>StefanoBertolo</dc:creator>
    <dc:date>2022-04-29T06:04:43Z</dc:date>
    <item>
      <title>Data list filter</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/data-list-filter/m-p/1169037#M45806</link>
      <description>&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;I use a layer that contains a few thousand areas.&lt;BR /&gt;I would need to create a filter to select / download only the areas that contain a set of attributes that I have in an external list (if I wanted I could also load the list in a new layer if needed).&lt;BR /&gt;The list I use for extracting areas changes often and contains hundreds of values ...&lt;/P&gt;&lt;P&gt;I would like to ask you if you know a way to create this type of filter, or any advice on how to extract areas based on the value of an attribute. The fact remains that every time I have to extract hundreds of data with different attributod values.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 20:24:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/data-list-filter/m-p/1169037#M45806</guid>
      <dc:creator>StefanoBertolo</dc:creator>
      <dc:date>2022-04-28T20:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data list filter</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/data-list-filter/m-p/1169052#M45808</link>
      <description>&lt;P&gt;I just recently figured this one out using Python.&lt;/P&gt;&lt;P&gt;Here is what I did for myself. Let me know if this will help you.&lt;/P&gt;&lt;P&gt;I had one feature layer derived from a shapefile (SplicePoints.shp) containing thousands of points. I want to create another feature layer (SplicePoints) containing points that had the attribute (Subtype) value "Customer". [Subtype = "Customer"]&lt;/P&gt;&lt;P&gt;Using Python, I updated a dummy shapefile with "SplicePoints.shp".&lt;/P&gt;&lt;P&gt;item.update(data=r"C:\Users\3raan\Documents\ArcGIS\Exports\SplicePoints.zip")&lt;/P&gt;&lt;P&gt;I then publish the newly updated shapefile as a feature layer called "Customers".&lt;/P&gt;&lt;P&gt;Lastly, use the following statements to remove anything that doesn't have the attribute value "Customer."&lt;/P&gt;&lt;P&gt;attribute.delete_features(where = "Subtype = eqShelter1")&lt;/P&gt;&lt;P&gt;If you'd like a more in-depth, let me know!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 20:55:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/data-list-filter/m-p/1169052#M45808</guid>
      <dc:creator>3raan</dc:creator>
      <dc:date>2022-04-28T20:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data list filter</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/data-list-filter/m-p/1169162#M45811</link>
      <description>&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;I would like to avoid Python if possible. I do not know him. Also I understand that how do you manage to make the filter based on a single text. I must be able to create the filter based on taking of fields different from each other. For example, you have to extract the shapes that contain the value 1000 - 1005 - 4354 - 4543- 1 - 34 etc. etc. in a given attribute.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 06:04:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/data-list-filter/m-p/1169162#M45811</guid>
      <dc:creator>StefanoBertolo</dc:creator>
      <dc:date>2022-04-29T06:04:43Z</dc:date>
    </item>
  </channel>
</rss>

