<?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: Join table to feature layer with multiple records per feature in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58582#M2484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;A href="https://pro.arcgis.com/en/pro-app/get-started/visualize-temporal-data.htm#ESRI_SECTION1_35ECE12D2CC64AA3A567D1A136C97DCA"&gt;tutorial&lt;/A&gt; seems fairly clear that it should be a join – that's what they do in the video, and the accompanying written tutorial says this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;There are 68 records in the Territorial Authorities table (the target table) and 1,344 records in the ChineseTourismTransposed table (the join table). Because one record in the target table will match many records in the join table—all records with the same territory name will match—the join is called a one-to-many join.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;But I don't know why when they perform the join it accepts the one-to-many join, but when I try to replicate it I'm stuck with a one-to-one match.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Mar 2020 11:47:54 GMT</pubDate>
    <dc:creator>MatthewLaw</dc:creator>
    <dc:date>2020-03-01T11:47:54Z</dc:date>
    <item>
      <title>Join table to feature layer with multiple records per feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58580#M2482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to visualise temporal data following &lt;A href="https://pro.arcgis.com/en/pro-app/get-started/visualize-temporal-data.htm"&gt;this tutorial&lt;/A&gt; (but using my own data). I have a standalone table with the data in at different times for each feature, in a similar fashion to below (ie multiple entries for the values for each building at different times).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef; height: 25px;"&gt;&lt;TH style="height: 25px;"&gt;building&lt;/TH&gt;&lt;TH style="height: 25px;"&gt;time&lt;/TH&gt;&lt;TH style="height: 25px;"&gt;count&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="height: 25px;"&gt;library&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;22/11/2018 00:20:00&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="height: 25px;"&gt;house&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;&lt;SPAN style="font-weight: 400;"&gt;22/11/2018 00:20:00&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="height: 25px;"&gt;school&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;&lt;SPAN&gt;22/11/2018 00:20:00&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="height: 25px;"&gt;&lt;SPAN&gt;library&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;22/11/2018 00:40:00&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="height: 25px;"&gt;house&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;&lt;SPAN&gt;22/11/2018 00:40:00&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="height: 25px;"&gt;school&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;&lt;SPAN&gt;22/11/2018 00:40:00&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="height: 25px;"&gt;&lt;SPAN&gt;library&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;22/11/2018 00:60:00&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="height: 25px;"&gt;house&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;&lt;SPAN&gt;22/11/2018 00:60:00&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="height: 25px;"&gt;school&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;&lt;SPAN&gt;22/11/2018 00:60:00&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="height: 25px;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standalone data table has 3,096 rows, showing the values for 43 buildings at 72 different times. The spatial data, to which I am trying to join the table, has 199 buildings (43 of which I have data for in the standalone table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to join the table to the layer, &lt;A href="https://pro.arcgis.com/en/pro-app/get-started/visualize-temporal-data.htm#ESRI_SECTION1_35ECE12D2CC64AA3A567D1A136C97DCA"&gt;following the tutorial&lt;/A&gt;, the result only keeps the first instance of each building, ie the number of records in the layer's attribute table doesn't increase to include the values for each building at each point in time (as in the tutorial), but instead stays at 199 and only joins the values for the earliest time (thus making it impossible to visualise the data across time). Attached is a screenshot of the settings I have for the join – I've replicated those in the tutorial video but seem to have got a different result.&lt;/P&gt;&lt;P&gt;Where am I going wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2020 00:18:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58580#M2482</guid>
      <dc:creator>MatthewLaw</dc:creator>
      <dc:date>2020-03-01T00:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Join table to feature layer with multiple records per feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58581#M2483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might want a relate, since a join is for a one-to-one match&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/add-relate.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/add-relate.htm"&gt;Add Relate—Data Management toolbox | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2020 01:59:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58581#M2483</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-03-01T01:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Join table to feature layer with multiple records per feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58582#M2484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;A href="https://pro.arcgis.com/en/pro-app/get-started/visualize-temporal-data.htm#ESRI_SECTION1_35ECE12D2CC64AA3A567D1A136C97DCA"&gt;tutorial&lt;/A&gt; seems fairly clear that it should be a join – that's what they do in the video, and the accompanying written tutorial says this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;There are 68 records in the Territorial Authorities table (the target table) and 1,344 records in the ChineseTourismTransposed table (the join table). Because one record in the target table will match many records in the join table—all records with the same territory name will match—the join is called a one-to-many join.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;But I don't know why when they perform the join it accepts the one-to-many join, but when I try to replicate it I'm stuck with a one-to-one match.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2020 11:47:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58582#M2484</guid>
      <dc:creator>MatthewLaw</dc:creator>
      <dc:date>2020-03-01T11:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Join table to feature layer with multiple records per feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58583#M2485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The order of target vs join table dictates whether it will be one-one or one-many using a join.&amp;nbsp; That seems to be the case for the tutorial, so check the order of inputs used in the join tool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2020 12:09:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58583#M2485</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-03-01T12:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Join table to feature layer with multiple records per feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58584#M2486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By 'target' do you mean the layer with features I am trying to join the table to? In the tutorial they right-click the layer then choose Add Join, and in the&amp;nbsp;Add Join pane (screenshot below) the layer (the 'one' in the 'one-to-many' join) is given for 'Layer Name or Table View', and the table (the corresponding 'many') is given for 'Join Table'. In the tutorial this results in a one-to-many join, but when I have tried to replicate it with my own data I'm stuck with the one-to-one join that stops me from visualising the temporal data as in the tutorial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tutorial join" class="jive-emoji image-1 jive-image" height="360" src="/legacyfs/online/483740_Screenshot 2020-03-01 at 12.43.38.png" width="386" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2020 12:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58584#M2486</guid>
      <dc:creator>MatthewLaw</dc:creator>
      <dc:date>2020-03-01T12:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Join table to feature layer with multiple records per feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58585#M2487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With your own data... switch the order of the files in the dialog and see what happens.&amp;nbsp; If it doesn't work the first way, the opposite way may&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2020 15:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58585#M2487</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-03-01T15:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Join table to feature layer with multiple records per feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58586#M2488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the future reference of anyone searching for the answer to the question I had, I managed to do what I wanted to and complete the tutorial by using the Make Query Table tool to query a table (which comes with the relevant polygons, ie isn't just a standalone table with the attribute information) which included all records where the join attributes&amp;nbsp;match:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="make query table" class="jive-emoji image-1 jive-image j-img-original" src="https://i.imgur.com/Agd5rMM.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2020 07:54:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58586#M2488</guid>
      <dc:creator>MatthewLaw</dc:creator>
      <dc:date>2020-03-11T07:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Join table to feature layer with multiple records per feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58587#M2489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your solution, but&amp;nbsp;noticed that in "make query table", I cannot select a map layer together with a standalone table. Can I ask how did you make your standalone table work (I guess in your case it's "total")?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2020 02:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/58587#M2489</guid>
      <dc:creator>XinYin</dc:creator>
      <dc:date>2020-04-03T02:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Join table to feature layer with multiple records per feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/1197732#M58002</link>
      <description>&lt;P&gt;I know this is long past, but for anyone else who finds this thread, I also had the same issue. I pulled in a U.S. Counties shapefile from Tiger/Line and then added a separate stand alone table from NHGIS that showed historical population data by county. I wanted to join these two tables, and, according to the tutorial, I should have been able to. When I validated the join operation it kept telling me that it was a one-to-one join, which of course was wrong. The key was to verify that both the shapefile and my table were in the SAME GEODATABASE. As soon as I saved them to the right place the join worked perfectly as a many-to-one join.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2022 22:58:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/1197732#M58002</guid>
      <dc:creator>RobynMurray</dc:creator>
      <dc:date>2022-07-30T22:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Join table to feature layer with multiple records per feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/1369605#M77348</link>
      <description>&lt;P&gt;Robyn, this was very helpful! After adding my polygon feature class to the same geodatabase as my table, the one-to-many join worked as expected.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 15:50:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/1369605#M77348</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2024-01-12T15:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Join table to feature layer with multiple records per feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/1687678#M102142</link>
      <description>&lt;P&gt;Just used this thread - this was the fix thank you!!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 15:29:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/join-table-to-feature-layer-with-multiple-records/m-p/1687678#M102142</guid>
      <dc:creator>petersck</dc:creator>
      <dc:date>2026-03-02T15:29:24Z</dc:date>
    </item>
  </channel>
</rss>

