<?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: Structuring Data with One-to-Many Relationships in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/structuring-data-with-one-to-many-relationships/m-p/1552054#M89474</link>
    <description>&lt;P&gt;Sadly no, and there's no news of a multi-choice domain type on the horizon. In this case you'd need a many-to-many relationship class between the easements and each of the choice tables, then do some stuff with&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/performing-field-calculation-using-related-table/td-p/1110728" target="_self"&gt;calculating data&lt;/A&gt;&amp;nbsp;or &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/create-modify-and-delete-attribute-rules.htm" target="_self"&gt;attribute rules&lt;/A&gt; into a redundant field to get the final table.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2024 19:47:20 GMT</pubDate>
    <dc:creator>DavidSolari</dc:creator>
    <dc:date>2024-10-24T19:47:20Z</dc:date>
    <item>
      <title>Structuring Data with One-to-Many Relationships</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/structuring-data-with-one-to-many-relationships/m-p/1552000#M89460</link>
      <description>&lt;P&gt;I need to create a series of maps for a property that has many parts/easements (polygons). Each easement can have many owners, and many easement types. Eventually, I need to create a series by owner, and then by easement type. For example, I need a series of maps for Owner A, and then a map showing telecomuniciation easements under Owner A, and another for vehicular access under Owner A. Wash, rinse, repeat for Owner B, C, etc. So, many parts/easements can have multiple types and owners associated with it.&lt;/P&gt;&lt;P&gt;My original thought was to create an attribute table of the polygon feature class with parts, and then have booleans:&lt;/P&gt;&lt;TABLE border="1" width="76.9458011009951%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;&lt;STRONG&gt;PART&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;&lt;STRONG&gt;Owner A&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;&lt;STRONG&gt;Owner B&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;&lt;STRONG&gt;Owner C&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;&lt;STRONG&gt;Type A&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;&lt;STRONG&gt;Type B&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;&lt;STRONG&gt;Type C&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;0&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;0&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;0&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;0&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;0&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="11.13892365456821%" height="25px"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I can query the data later. But I don't think this will work if I only want to use one map and many layouts or a map series. I think my original idea requires a map for each Owner to Type.&lt;/P&gt;&lt;P&gt;Currently I have a polygon feature class with all the easements. Then a reference/look-up table listing all the possible types of easements the parts could be, and another table of all the possible owners.&lt;/P&gt;&lt;P&gt;Or should I just have records in one feature class that'll overlap eachother but are all the possible combinations for that specific part?&lt;/P&gt;&lt;TABLE border="1" width="33.41677096370463%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="10.93032957863997%" height="25px"&gt;&lt;STRONG&gt;Part&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="11.180642469753863%" height="25px"&gt;&lt;STRONG&gt;Owner&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="11.305798915310817%" height="25px"&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.93032957863997%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="11.180642469753863%" height="25px"&gt;A&lt;/TD&gt;&lt;TD width="11.305798915310817%" height="25px"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.93032957863997%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="11.180642469753863%" height="25px"&gt;A&lt;/TD&gt;&lt;TD width="11.305798915310817%" height="25px"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.93032957863997%" height="25px"&gt;2&lt;/TD&gt;&lt;TD width="11.180642469753863%" height="25px"&gt;A&lt;/TD&gt;&lt;TD width="11.305798915310817%" height="25px"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm more comfortable in Microsoft Access which is probably why I'm structuring this like I would in that program, but I understand ArcPro is very different. Any advice would be very helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 18:15:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/structuring-data-with-one-to-many-relationships/m-p/1552000#M89460</guid>
      <dc:creator>MapsterMind</dc:creator>
      <dc:date>2024-10-24T18:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Structuring Data with One-to-Many Relationships</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/structuring-data-with-one-to-many-relationships/m-p/1552012#M89468</link>
      <description>&lt;P&gt;One-to-many relationship classes should work here, but something that works in ArcGIS Pro might fall apart once it gets into a server based workflow due to edit tool limitations. It looks like you just want to tag every easement polygon with an Owner and Type, with a set list of options for both. In that case you might want to use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/an-overview-of-attribute-domains.htm" target="_self"&gt;Coded Value Domains&lt;/A&gt; to lock those options in, then you can filter on those two fields instead of trying to do relationship-based selections.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 18:42:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/structuring-data-with-one-to-many-relationships/m-p/1552012#M89468</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2024-10-24T18:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Structuring Data with One-to-Many Relationships</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/structuring-data-with-one-to-many-relationships/m-p/1552022#M89469</link>
      <description>&lt;P&gt;Fortuntately this is for a one-time project, but there may need to be edits later. This is all happening in a local GDB.&lt;/P&gt;&lt;P&gt;If I have a Coded Value Domain, can I select multiple options? For example, if Part 1 was was a telecom type for Owner A, and a watermain type for Owners A and B, then I can select two Type options and two Owner options?&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Part&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Owner&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;A, B&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Telecom, Watermain&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 19:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/structuring-data-with-one-to-many-relationships/m-p/1552022#M89469</guid>
      <dc:creator>MapsterMind</dc:creator>
      <dc:date>2024-10-24T19:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Structuring Data with One-to-Many Relationships</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/structuring-data-with-one-to-many-relationships/m-p/1552054#M89474</link>
      <description>&lt;P&gt;Sadly no, and there's no news of a multi-choice domain type on the horizon. In this case you'd need a many-to-many relationship class between the easements and each of the choice tables, then do some stuff with&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/performing-field-calculation-using-related-table/td-p/1110728" target="_self"&gt;calculating data&lt;/A&gt;&amp;nbsp;or &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/create-modify-and-delete-attribute-rules.htm" target="_self"&gt;attribute rules&lt;/A&gt; into a redundant field to get the final table.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 19:47:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/structuring-data-with-one-to-many-relationships/m-p/1552054#M89474</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2024-10-24T19:47:20Z</dc:date>
    </item>
  </channel>
</rss>

