<?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: Standalone Table — Select where no duplicates, join to FC, update table's field with joined shape length in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/standalone-table-select-where-no-duplicates-join/m-p/1609630#M95342</link>
    <description>&lt;P&gt;For #1, I could use the Frequency GP tool or Summary Statistics GP tool to output a separate FGDB table with info about the duplicates. Then join the output table back to the EVENTS table and perform a selection. Then #2 and #3 should be relatively straightforward.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/gp-tool-to-populate-count-field-with-count-of/idi-p/1609370/highlight/true" target="_self"&gt;GP tool to populate COUNT field with count of attribute occurrences&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Edit: When joining EVENTS (input table) to ROADS (join table), the shape length from ROADS won't be included in the resulting join. I suppose that complicates things, since I can't add fields to the enterprise geodatabase tables/FCs, such as a temporary ROAD_LENGTH field.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/join-to-fc-include-shape-length-field-in-attribute/idi-p/1610036" target="_self"&gt;Join to FC — Include shape length field in attribute table&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Apr 2025 15:57:45 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2025-04-30T15:57:45Z</dc:date>
    <item>
      <title>Standalone Table — Select where no duplicates, join to FC, update table's field with joined shape length</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/standalone-table-select-where-no-duplicates-join/m-p/1609393#M95322</link>
      <description>&lt;P&gt;&lt;EM&gt;ArcGIS Pro 2.9.5; Oracle 18c 10.7.1 EGDB&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I have a ROADS line FC (has an ID field) and an EVENTS standalone table. EVENTS is a linear referencing table with ID, FMEAS (double), and TMEAS (double) fields. The relationship between ROADS and EVENTS is 1:M. One road to 0, 1, or more events.&lt;/P&gt;&lt;P&gt;Some of the EVENTS.TMEAS values are larger than the length of the related road, which is incorrect.&lt;/P&gt;&lt;P&gt;I want to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Select EVENTS where there is only one event per road.&lt;/LI&gt;&lt;LI&gt;Join EVENTS to ROADS to bring the ROAD shape length field into the EVENTS attribute table.&lt;/LI&gt;&lt;LI&gt;Calculate field: For the selected EVENTS, update the FMEAS field to the ROAD's shape length.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;How can I do that?&lt;/P&gt;&lt;P&gt;I am running into join errors when trying to use a SQL subquery for the selection, so am looking for a different approach.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 20:38:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/standalone-table-select-where-no-duplicates-join/m-p/1609393#M95322</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2025-04-25T20:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone Table — Select where no duplicates, join to FC, update table's field with joined shape length</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/standalone-table-select-where-no-duplicates-join/m-p/1609443#M95326</link>
      <description>&lt;P&gt;My gut feeling is you need to create your route events using your linear referencing then export those into a polyline FeatureClass and do your spatial querying. Then as some final processing step copy your fields of interest back into the original standalone event tables.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 23:10:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/standalone-table-select-where-no-duplicates-join/m-p/1609443#M95326</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2025-04-25T23:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone Table — Select where no duplicates, join to FC, update table's field with joined shape length</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/standalone-table-select-where-no-duplicates-join/m-p/1609630#M95342</link>
      <description>&lt;P&gt;For #1, I could use the Frequency GP tool or Summary Statistics GP tool to output a separate FGDB table with info about the duplicates. Then join the output table back to the EVENTS table and perform a selection. Then #2 and #3 should be relatively straightforward.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/gp-tool-to-populate-count-field-with-count-of/idi-p/1609370/highlight/true" target="_self"&gt;GP tool to populate COUNT field with count of attribute occurrences&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Edit: When joining EVENTS (input table) to ROADS (join table), the shape length from ROADS won't be included in the resulting join. I suppose that complicates things, since I can't add fields to the enterprise geodatabase tables/FCs, such as a temporary ROAD_LENGTH field.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/join-to-fc-include-shape-length-field-in-attribute/idi-p/1610036" target="_self"&gt;Join to FC — Include shape length field in attribute table&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 15:57:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/standalone-table-select-where-no-duplicates-join/m-p/1609630#M95342</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2025-04-30T15:57:45Z</dc:date>
    </item>
  </channel>
</rss>

