<?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: Make same selection from multiple features  in Map Advice Community Questions</title>
    <link>https://community.esri.com/t5/map-advice-community-questions/make-same-selection-from-multiple-features/m-p/814148#M142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now is a good opportunity to learn a little Python.&lt;/P&gt;&lt;P&gt;Here is the pseudo code:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Bring all of your data into &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/make-feature-layer.htm"&gt;memory as layers&amp;nbsp;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/merge.htm"&gt;Merge &lt;/A&gt;the 4 layers into a new fc&lt;/LI&gt;&lt;LI&gt;Export the merge&lt;/LI&gt;&lt;LI&gt;Delete the 4 layers from memory&lt;/LI&gt;&lt;LI&gt;Bring the merge into memory&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/select-layer-by-attribute.htm"&gt;Select by attributes&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Export your selection as a new fc - this is your final product&lt;/LI&gt;&lt;LI&gt;Delete the merge from memory&lt;/LI&gt;&lt;LI&gt;Delete the merge fc&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a task you do regularly you can use the Windows Task Scheduler to run this nightly, all hands-off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2019 15:28:31 GMT</pubDate>
    <dc:creator>deleted-user-qpvAI3Fo0MKR</dc:creator>
    <dc:date>2019-03-14T15:28:31Z</dc:date>
    <item>
      <title>Make same selection from multiple features</title>
      <link>https://community.esri.com/t5/map-advice-community-questions/make-same-selection-from-multiple-features/m-p/814147#M141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't been able to find a clear cut answer so I am hoping someone may be able to enlighten me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working in ArcMap 10.5 and have 4 feature layers (&amp;nbsp; Primary Overhead, Primary Underground, Secondary Overhead and Secondary Underground power lines) and each of these layers has a field called 'Circuit Index.' I have a total of 14 circuits and want to do a Select by Attribute to show the Primary and Secondary power lines that are on each individual circuit. From this selection I plan to create a new shapefile that will show the service area for each circuit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short of going to each of my 4 layers, doing a Select by Attribute, creating a new layer from selection and then merging&amp;nbsp; all selections for the particular circuit together, I'm not sure what to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a tool that I could input all of my features into so that one selection would be created showing all features on a particular circuit or is this something that I would need to create some sort of model for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure I could use model builder do a select by attribute then take those selections and merge them but I would have a bunch of unwanted shapefiles that I would need to go back and delete. I do not have a lot of experience using the model builder so if a model would be best route any advice on which tools to include in model builder would be appreciated; to avoid too many unwanted shapefiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any and all constructive advice is much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2019 14:52:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/map-advice-community-questions/make-same-selection-from-multiple-features/m-p/814147#M141</guid>
      <dc:creator>AriLukas</dc:creator>
      <dc:date>2019-03-14T14:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Make same selection from multiple features</title>
      <link>https://community.esri.com/t5/map-advice-community-questions/make-same-selection-from-multiple-features/m-p/814148#M142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now is a good opportunity to learn a little Python.&lt;/P&gt;&lt;P&gt;Here is the pseudo code:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Bring all of your data into &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/make-feature-layer.htm"&gt;memory as layers&amp;nbsp;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/merge.htm"&gt;Merge &lt;/A&gt;the 4 layers into a new fc&lt;/LI&gt;&lt;LI&gt;Export the merge&lt;/LI&gt;&lt;LI&gt;Delete the 4 layers from memory&lt;/LI&gt;&lt;LI&gt;Bring the merge into memory&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/select-layer-by-attribute.htm"&gt;Select by attributes&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Export your selection as a new fc - this is your final product&lt;/LI&gt;&lt;LI&gt;Delete the merge from memory&lt;/LI&gt;&lt;LI&gt;Delete the merge fc&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a task you do regularly you can use the Windows Task Scheduler to run this nightly, all hands-off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:28:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/map-advice-community-questions/make-same-selection-from-multiple-features/m-p/814148#M142</guid>
      <dc:creator>deleted-user-qpvAI3Fo0MKR</dc:creator>
      <dc:date>2019-03-14T15:28:31Z</dc:date>
    </item>
  </channel>
</rss>

