<?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>idea Allow creation of relationship classes with the same source/target table in Data Management Ideas</title>
    <link>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idi-p/962887</link>
    <description>&lt;P&gt;I'd like to be able to represent the equivilant of a self-join&amp;nbsp;as a relationship class, but since the source and target table are the same this isn't possible currently.&amp;nbsp; A classic example would be a table of empoloyees where there is an employee id and a supervisor id column.&amp;nbsp; The relationship would be from the supervisor id column back to the employee id column so that the supervisor for the empolyee could be easily accessed via the relationship.&lt;/P&gt;&lt;!--  content transformation source ID: 087E00000005GrQ  --&gt;</description>
    <pubDate>Fri, 26 Aug 2022 20:27:09 GMT</pubDate>
    <dc:creator>AJR</dc:creator>
    <dc:date>2022-08-26T20:27:09Z</dc:date>
    <item>
      <title>Allow creation of relationship classes with the same source/target table</title>
      <link>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idi-p/962887</link>
      <description>&lt;P&gt;I'd like to be able to represent the equivilant of a self-join&amp;nbsp;as a relationship class, but since the source and target table are the same this isn't possible currently.&amp;nbsp; A classic example would be a table of empoloyees where there is an employee id and a supervisor id column.&amp;nbsp; The relationship would be from the supervisor id column back to the employee id column so that the supervisor for the empolyee could be easily accessed via the relationship.&lt;/P&gt;&lt;!--  content transformation source ID: 087E00000005GrQ  --&gt;</description>
      <pubDate>Fri, 26 Aug 2022 20:27:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idi-p/962887</guid>
      <dc:creator>AJR</dc:creator>
      <dc:date>2022-08-26T20:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Allow creation of relationship classes with the same source/target table</title>
      <link>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/962888#M1149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I've promoted this request for support for a completely different process, but most likely related to the underpinnings of the software.&lt;BR /&gt;&lt;BR /&gt;Recently, I have been tasked to pull data from a SDE tables that requires complex SQL queries. While these queries can be done in SQL Server 2012 (or coded in python), the data is external to ArcGIS using SQL Server. What I have done in this case is to apply a definition query onto the SDE&amp;nbsp;feature class&amp;nbsp;definition in ArcMap Properties for the feature class utilizing a where clause "where ObjectID in (Custom Query In SQL Server that pulls the ObjectId's out; this custom query may contain more than one table/view)".&amp;nbsp; The underpinnins of this definitition query is most likely a form of self join and while I can utilize this mechanism to get the data to export to a feature class, oftentimes many tools, and ArcMap standard&amp;nbsp; joins fail to work. In this manner, providing more robust joins and queries may be helpful.&lt;BR /&gt;&lt;BR /&gt;The current application of this approach is for Hazard Trees where a spatial table (hazard trees) contains the tree location (and several other revelant mapping attributes) and this table is joined to two additional non-spatial tables, surveys and actions. Report include tree surveys for which there is not a recent action (e.g. most recent action date is &amp;lt; most recent survey date for tree), most recent tree actions for the year(annual and fiscal), etc.

&lt;!-- content transformation source ID: 00aE0000009CXiI --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 16:56:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/962888#M1149</guid>
      <dc:creator>KevinMorris</dc:creator>
      <dc:date>2014-11-05T16:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Allow creation of relationship classes with the same source/target table</title>
      <link>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/962889#M1150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ESRI promised this (&lt;EM&gt;involution&lt;/EM&gt;) before 4 or more years ago but has not implemented it until today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 16:57:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/962889#M1150</guid>
      <dc:creator>BranislavBlagojevic</dc:creator>
      <dc:date>2018-02-07T16:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Allow creation of relationship classes with the same source/target table</title>
      <link>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/962890#M1151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The use case I would like to apply this contains a decomposition, described as parents and childs within one table containing a multilevel hierachy. &lt;/P&gt;&lt;P&gt;Like e.g.&lt;/P&gt;&lt;P&gt;01 - building&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 01.1 - floor 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.1.1 - room 1-01&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.1.2 - room 1-02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 01.2 - floor 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.2.1 - room 2-01&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.2.2 - room 2-02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table would look like:&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6; width: 35.1733%;"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH style="width: 16%;"&gt;Parent&lt;/TH&gt;&lt;TH style="width: 15.1733%;"&gt;Child&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 16%;"&gt;01&lt;/TD&gt;&lt;TD style="width: 15.1733%;"&gt;01.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 16%;"&gt;01&lt;/TD&gt;&lt;TD style="width: 15.1733%;"&gt;01.2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 16%;"&gt;01.1&lt;/TD&gt;&lt;TD style="width: 15.1733%;"&gt;01.1.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 16%;"&gt;01.1&lt;/TD&gt;&lt;TD style="width: 15.1733%;"&gt;01.1.2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 16%;"&gt;01.2&lt;/TD&gt;&lt;TD style="width: 15.1733%;"&gt;01.2.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 16%;"&gt;01.2&lt;/TD&gt;&lt;TD style="width: 15.1733%;"&gt;01.2.2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 09:36:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/962890#M1151</guid>
      <dc:creator>Larsde_Vries1</dc:creator>
      <dc:date>2018-08-29T09:36:03Z</dc:date>
    </item>
    <item>
      <title>Create relationship class with the same element (table or feature)</title>
      <link>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/1205816#M1922</link>
      <description>&lt;P&gt;Improve the 'Create Relationship Class' tool letting the possibility to relate a table or feature to itself, so records of a table (or feature) can be associated with others of the same table (or feature) with a many-to-many relationship class.&lt;/P&gt;&lt;P&gt;Till now, it's not possible, the origin and destination table have to be two different elements.&lt;/P&gt;&lt;P&gt;What do you think?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 14:13:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/1205816#M1922</guid>
      <dc:creator>SpreaficoAlessandra</dc:creator>
      <dc:date>2022-08-24T14:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Allow creation of relationship classes with the same source/target table</title>
      <link>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/1205942#M1923</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/576311"&gt;@SpreaficoAlessandra&lt;/a&gt;&amp;nbsp;, Thank you for the idea!&amp;nbsp; We've merged it with an existing idea in our Data Management Ideas board.&amp;nbsp; Kindly add your kudos here to give the idea a boost!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 16:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/1205942#M1923</guid>
      <dc:creator>SSWoodward</dc:creator>
      <dc:date>2022-08-24T16:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Allow creation of relationship classes with the same source/target table</title>
      <link>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/1206213#M1924</link>
      <description>&lt;P&gt;as a workaround, you should be able to use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/what-is-a-query-layer-.htm" target="_self"&gt;QueryLayer&lt;/A&gt;&amp;nbsp;to achieve this&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 06:10:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/1206213#M1924</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2022-08-25T06:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Allow creation of relationship classes with the same source/target table - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/1377708#M2335</link>
      <description>&lt;P&gt;Thanks for everyone's ideas and participation in this thread!&amp;nbsp; The geodatabase team is taking a closer look at this idea to see how feasible it is.&amp;nbsp; We will update the status of this idea if any developments occur.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 18:30:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/1377708#M2335</guid>
      <dc:creator>SSWoodward</dc:creator>
      <dc:date>2024-02-02T18:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Allow creation of relationship classes with the same source/target table</title>
      <link>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/1379780#M2340</link>
      <description>&lt;P&gt;I'm glad to see that this idea is now under consideration.&amp;nbsp; Slightly less glad that it is 10 YEARS after I posted it, but better late than never I suppose.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 16:47:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/allow-creation-of-relationship-classes-with-the/idc-p/1379780#M2340</guid>
      <dc:creator>AJR</dc:creator>
      <dc:date>2024-02-08T16:47:56Z</dc:date>
    </item>
  </channel>
</rss>

