<?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: Joining Layers in ArcGISPro in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845036#M4023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried in ArcMAP as well. It doesn’t keep the values in the records. I thought there was a way of joining and keeping all information in both tables. I’m thinking I’m wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle Couden&lt;/P&gt;&lt;P&gt;Cartographer&lt;/P&gt;&lt;P&gt;Certified GIS Analyst&lt;/P&gt;&lt;P&gt;TPP Wellness Contact&lt;/P&gt;&lt;P&gt;Transportation Planning and Programming&lt;/P&gt;&lt;P&gt;Traffic Analysis Section&lt;/P&gt;&lt;P&gt;(512)486-5136&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch for Cyclists!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2018 18:21:36 GMT</pubDate>
    <dc:creator>MichelleCouden</dc:creator>
    <dc:date>2018-10-04T18:21:36Z</dc:date>
    <item>
      <title>Joining Layers in ArcGISPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845028#M4015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am joining 2 layers (i.e. attribute tables). I am trying to get all values to show up in both layers in the join. In stead, I get the features that are related and then it nulls out the rest. Am I missing a step in Pro??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 17:48:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845028#M4015</guid>
      <dc:creator>MichelleCouden</dc:creator>
      <dc:date>2018-10-03T17:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Layers in ArcGISPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845029#M4016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michelle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please provide a code snippet showing what you are trying to accomplish?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 19:16:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845029#M4016</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2018-10-03T19:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Layers in ArcGISPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845030#M4017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, I would be joining 2 layers with the field BridgeID in both tables. The end result I would like them to be joined by Bridge ID and also have all information in the fields showing. Right now, when I join by Bridge ID the joining layer has null’s if there is not a match. I don’t want any nulls. Please let me know if that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle Couden&lt;/P&gt;&lt;P&gt;Cartographer&lt;/P&gt;&lt;P&gt;Certified GIS Analyst&lt;/P&gt;&lt;P&gt;TPP Wellness Contact&lt;/P&gt;&lt;P&gt;Transportation Planning and Programming&lt;/P&gt;&lt;P&gt;Traffic Analysis Section&lt;/P&gt;&lt;P&gt;(512)486-5136&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch for Cyclists!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 15:52:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845030#M4017</guid>
      <dc:creator>MichelleCouden</dc:creator>
      <dc:date>2018-10-04T15:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Layers in ArcGISPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845031#M4018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michelle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to do this with the ArcGIS Pro user interface or with C# code? &amp;nbsp;If you're doing it with C# code, what classes are you trying to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 16:04:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845031#M4018</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2018-10-04T16:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Layers in ArcGISPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845032#M4019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS Pro. I was hoping they made the joining tables/layers improved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle Couden&lt;/P&gt;&lt;P&gt;Cartographer&lt;/P&gt;&lt;P&gt;Certified GIS Analyst&lt;/P&gt;&lt;P&gt;TPP Wellness Contact&lt;/P&gt;&lt;P&gt;Transportation Planning and Programming&lt;/P&gt;&lt;P&gt;Traffic Analysis Section&lt;/P&gt;&lt;P&gt;(512)486-5136&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch for Cyclists!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 16:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845032#M4019</guid>
      <dc:creator>MichelleCouden</dc:creator>
      <dc:date>2018-10-04T16:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Layers in ArcGISPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845033#M4020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michelle--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ah, ok. &amp;nbsp;This is the software development kit forum. &amp;nbsp;I &lt;EM&gt;think&lt;/EM&gt; if I tag &lt;A href="https://community.esri.com/space/2151"&gt;ArcGIS Pro&lt;/A&gt;‌ they will see it, but you might also try posting it &amp;nbsp;at the &lt;A _jive_internal="true" href="https://community.esri.com/community/gis/applications/arcgis-pro?et=notification.send"&gt;Ask ArcGIS Pro section&lt;/A&gt; of GeoNet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 16:21:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845033#M4020</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2018-10-04T16:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Layers in ArcGISPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845034#M4021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank! I couldn’t find the tag for just Pro. I appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle Couden&lt;/P&gt;&lt;P&gt;Cartographer&lt;/P&gt;&lt;P&gt;Certified GIS Analyst&lt;/P&gt;&lt;P&gt;TPP Wellness Contact&lt;/P&gt;&lt;P&gt;Transportation Planning and Programming&lt;/P&gt;&lt;P&gt;Traffic Analysis Section&lt;/P&gt;&lt;P&gt;(512)486-5136&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch for Cyclists!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 16:23:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845034#M4021</guid>
      <dc:creator>MichelleCouden</dc:creator>
      <dc:date>2018-10-04T16:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Layers in ArcGISPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845035#M4022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to perform this same join in ArcMap without getting null values if the joining layer does not match?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 16:55:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845035#M4022</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2018-10-04T16:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Layers in ArcGISPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845036#M4023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried in ArcMAP as well. It doesn’t keep the values in the records. I thought there was a way of joining and keeping all information in both tables. I’m thinking I’m wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle Couden&lt;/P&gt;&lt;P&gt;Cartographer&lt;/P&gt;&lt;P&gt;Certified GIS Analyst&lt;/P&gt;&lt;P&gt;TPP Wellness Contact&lt;/P&gt;&lt;P&gt;Transportation Planning and Programming&lt;/P&gt;&lt;P&gt;Traffic Analysis Section&lt;/P&gt;&lt;P&gt;(512)486-5136&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch for Cyclists!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 18:21:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/joining-layers-in-arcgispro/m-p/845036#M4023</guid>
      <dc:creator>MichelleCouden</dc:creator>
      <dc:date>2018-10-04T18:21:36Z</dc:date>
    </item>
  </channel>
</rss>

