<?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: Outer Join removing features in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/outer-join-removing-features/m-p/1170695#M54754</link>
    <description>&lt;P&gt;But when I do that then all of those features I am missing are still missing....but this time because of the definition query.&amp;nbsp; The table is a table of inspections for the features.&amp;nbsp; Each feature has an inspection record in there dating back many years, but I am only interested in the inspections for the current year.&lt;/P&gt;&lt;P&gt;What I need to see are all of the features (ie. hydrants) that have an inspection record during 2022.&lt;/P&gt;&lt;P&gt;But I also need to keep all of the hydrants that don't have an inspection record in 2022....which is what I thought the "Keep all Features" would do.&amp;nbsp; I could then symbolize based on the joined INSP_DATE field.&amp;nbsp; All of the INSP_DATE = Null would be the ones that haven't been inspected yet.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could do this with two separate layers....one layer with ALL of the hydrants as "Uninspected" and then the layer with just the inspected layers on top of it.&amp;nbsp; Visually, it works, but when I load it into a web map, when a user clicks on an inspected hydrant, they are actually seeing a pop-up for the same hydrant twice....one pop-up from the Uninspected layer (which they can't see) and one pop-up for the top Inspected layer.&lt;/P&gt;&lt;P&gt;There has to be a way to show both Uninspected and Inspected in the same layer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 16:38:37 GMT</pubDate>
    <dc:creator>BrianBulla1</dc:creator>
    <dc:date>2022-05-04T16:38:37Z</dc:date>
    <item>
      <title>Outer Join removing features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/outer-join-removing-features/m-p/1170655#M54747</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table with a definition query (to filter based on a date field) and a point feature class.&amp;nbsp; When I join the table to the feature class I select "Keep all Features" (ie. an Outer Join) but after the join finishes I am only left with the features that have a related record in the table.&lt;/P&gt;&lt;P&gt;Isn't "Keep all Features" supposed to do just that....keep all the features??&lt;/P&gt;&lt;P&gt;Before the join:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrianBulla1_0-1651677616208.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40552iA98DEC19617866C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BrianBulla1_0-1651677616208.png" alt="BrianBulla1_0-1651677616208.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the join:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrianBulla1_1-1651677662962.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40553i263203F2D714F1F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BrianBulla1_1-1651677662962.png" alt="BrianBulla1_1-1651677662962.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrianBulla1_2-1651677689868.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40554i2914A25110EE9072/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BrianBulla1_2-1651677689868.png" alt="BrianBulla1_2-1651677689868.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody explain what is going on?&amp;nbsp; This is with ArcGIS Pro 2.8.1&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 15:22:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/outer-join-removing-features/m-p/1170655#M54747</guid>
      <dc:creator>BrianBulla1</dc:creator>
      <dc:date>2022-05-04T15:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Join removing features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/outer-join-removing-features/m-p/1170667#M54750</link>
      <description>&lt;P&gt;Apply the definition query after the join&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 15:54:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/outer-join-removing-features/m-p/1170667#M54750</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2022-05-04T15:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Join removing features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/outer-join-removing-features/m-p/1170695#M54754</link>
      <description>&lt;P&gt;But when I do that then all of those features I am missing are still missing....but this time because of the definition query.&amp;nbsp; The table is a table of inspections for the features.&amp;nbsp; Each feature has an inspection record in there dating back many years, but I am only interested in the inspections for the current year.&lt;/P&gt;&lt;P&gt;What I need to see are all of the features (ie. hydrants) that have an inspection record during 2022.&lt;/P&gt;&lt;P&gt;But I also need to keep all of the hydrants that don't have an inspection record in 2022....which is what I thought the "Keep all Features" would do.&amp;nbsp; I could then symbolize based on the joined INSP_DATE field.&amp;nbsp; All of the INSP_DATE = Null would be the ones that haven't been inspected yet.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could do this with two separate layers....one layer with ALL of the hydrants as "Uninspected" and then the layer with just the inspected layers on top of it.&amp;nbsp; Visually, it works, but when I load it into a web map, when a user clicks on an inspected hydrant, they are actually seeing a pop-up for the same hydrant twice....one pop-up from the Uninspected layer (which they can't see) and one pop-up for the top Inspected layer.&lt;/P&gt;&lt;P&gt;There has to be a way to show both Uninspected and Inspected in the same layer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 16:38:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/outer-join-removing-features/m-p/1170695#M54754</guid>
      <dc:creator>BrianBulla1</dc:creator>
      <dc:date>2022-05-04T16:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Join removing features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/outer-join-removing-features/m-p/1170710#M54758</link>
      <description>&lt;P&gt;Hi Brian,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moments ago, I posted the solution to one of my questions based on your post. It turns out that OUTER JOIN doesn't work all that well in ArcPro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at my&lt;A title="Query Layer comes up empty" href="https://community.esri.com/t5/arcgis-pro-questions/query-layer-comes-up-empty/m-p/1170709#M54757" target="_blank" rel="noopener"&gt; post&lt;/A&gt; and see how to do a definition query based on a point layer and a table. Maybe my SQL query can give you some ideas on how to modify yours.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sometimes seeing someone else's example may spark an idea of your own.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 17:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/outer-join-removing-features/m-p/1170710#M54758</guid>
      <dc:creator>Jen_Zumbado-Hannibal</dc:creator>
      <dc:date>2022-05-04T17:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Join removing features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/outer-join-removing-features/m-p/1170725#M54759</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, so I have this working.&amp;nbsp; What I did was remove my table and replace it with a Query Layer, using SQL to basically only show me the 2022 Inspections.&lt;/P&gt;&lt;P&gt;Joining that query layer to the hydrants feature class seemed to work, and I can now symbolize my hydrants using the &amp;lt;null&amp;gt; values in the join to show me the 'uninspected' hydrants.&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 17:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/outer-join-removing-features/m-p/1170725#M54759</guid>
      <dc:creator>BrianBulla1</dc:creator>
      <dc:date>2022-05-04T17:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Join removing features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/outer-join-removing-features/m-p/1170772#M54766</link>
      <description>&lt;P&gt;I don't know much. But, glad I could help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 18:45:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/outer-join-removing-features/m-p/1170772#M54766</guid>
      <dc:creator>Jen_Zumbado-Hannibal</dc:creator>
      <dc:date>2022-05-04T18:45:20Z</dc:date>
    </item>
  </channel>
</rss>

