<?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: Display the attributes of multiple 'spatial join' features in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/display-the-attributes-of-multiple-spatial-join/m-p/1573591#M91725</link>
    <description>&lt;P&gt;This can be easily done and you were almost there. The trick is it set up the field map with&amp;nbsp;&lt;EM&gt;concatenation.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So input data is this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DuncanHornby_0-1736355526223.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122959i6EA9D49FE38EDBF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="DuncanHornby_0-1736355526223.png" alt="DuncanHornby_0-1736355526223.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to join the polygon ID's to the lines, thus the Spatial Join is set up as:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DuncanHornby_1-1736355577123.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122960i420342D2FF8BCBCA/image-size/large?v=v2&amp;amp;px=999" role="button" title="DuncanHornby_1-1736355577123.png" alt="DuncanHornby_1-1736355577123.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The field map was set up as below; take note of the ACTION:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DuncanHornby_2-1736355642933.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122961i957005A96BA0EB78/image-size/large?v=v2&amp;amp;px=999" role="button" title="DuncanHornby_2-1736355642933.png" alt="DuncanHornby_2-1736355642933.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Run the tool and the output is a new line dataset with concatenated polygon ID's.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DuncanHornby_3-1736355777627.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122962i947423BD369D56E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="DuncanHornby_3-1736355777627.png" alt="DuncanHornby_3-1736355777627.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2025 17:11:23 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2025-01-08T17:11:23Z</dc:date>
    <item>
      <title>Display the attributes of multiple 'spatial join' features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/display-the-attributes-of-multiple-spatial-join/m-p/1573544#M91714</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have a layer with tens of thousands of features which need a group identifier attaching. I have a second layer with broad polygons with that group identifier. Unfortunately, there are multiple cases where the features lay within more than 1 polygon. Now I can use a spatial join to join these two layers, but this picks the first option and then tells me there are maybe 2 or more other possible joins. What I'm wondering is whether there is any way instead to say this feature joins to this polygon with attribute A, and this one with attribute B etc. This way a quick labelling would make it easy to decide which was most likely.&lt;/P&gt;&lt;P&gt;Ideally, I'd like to create some sort of buffer around the features whereby you could automatically prioritize which of the associated features was the most likely match, but I suspect that would be far too complex.&lt;/P&gt;&lt;P&gt;Attached is a screenshot of a small section. The red dashed polygons are the group polygons with a unique UID, the rest are the features, many of which sit within multiple polygons.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SimonCrutchley_0-1736349838431.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122949i2959B46FD746E06D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SimonCrutchley_0-1736349838431.png" alt="SimonCrutchley_0-1736349838431.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 15:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/display-the-attributes-of-multiple-spatial-join/m-p/1573544#M91714</guid>
      <dc:creator>SimonCrutchley</dc:creator>
      <dc:date>2025-01-08T15:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Display the attributes of multiple 'spatial join' features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/display-the-attributes-of-multiple-spatial-join/m-p/1573591#M91725</link>
      <description>&lt;P&gt;This can be easily done and you were almost there. The trick is it set up the field map with&amp;nbsp;&lt;EM&gt;concatenation.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So input data is this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DuncanHornby_0-1736355526223.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122959i6EA9D49FE38EDBF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="DuncanHornby_0-1736355526223.png" alt="DuncanHornby_0-1736355526223.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to join the polygon ID's to the lines, thus the Spatial Join is set up as:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DuncanHornby_1-1736355577123.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122960i420342D2FF8BCBCA/image-size/large?v=v2&amp;amp;px=999" role="button" title="DuncanHornby_1-1736355577123.png" alt="DuncanHornby_1-1736355577123.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The field map was set up as below; take note of the ACTION:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DuncanHornby_2-1736355642933.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122961i957005A96BA0EB78/image-size/large?v=v2&amp;amp;px=999" role="button" title="DuncanHornby_2-1736355642933.png" alt="DuncanHornby_2-1736355642933.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Run the tool and the output is a new line dataset with concatenated polygon ID's.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DuncanHornby_3-1736355777627.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122962i947423BD369D56E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="DuncanHornby_3-1736355777627.png" alt="DuncanHornby_3-1736355777627.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 17:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/display-the-attributes-of-multiple-spatial-join/m-p/1573591#M91725</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2025-01-08T17:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Display the attributes of multiple 'spatial join' features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/display-the-attributes-of-multiple-spatial-join/m-p/1573872#M91750</link>
      <description>&lt;P&gt;Brilliant. Thank you&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 12:52:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/display-the-attributes-of-multiple-spatial-join/m-p/1573872#M91750</guid>
      <dc:creator>SimonCrutchley</dc:creator>
      <dc:date>2025-01-09T12:52:50Z</dc:date>
    </item>
  </channel>
</rss>

