<?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: Help - Different Layers are updating their attributes when changing a field's value in one layer? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/help-different-layers-are-updating-their/m-p/1217454#M60496</link>
    <description>&lt;P&gt;For the most part a "layer" is a representation of a data source such as a geodatabase "feature class". Many "layers" can be created in different maps, projects, etc., from the same underlying feature class. When the underlying feature class is updated such as adding a new field, the attribute table for all layers accessing that feature class will update.&amp;nbsp; Check the data source for your selection layers and they will likely be pointing to the same data source. You might need to create separate feature classes for each month.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 15:47:27 GMT</pubDate>
    <dc:creator>BarryNorthey</dc:creator>
    <dc:date>2022-09-29T15:47:27Z</dc:date>
    <item>
      <title>Help - Different Layers are updating their attributes when changing a field's value in one layer?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-different-layers-are-updating-their/m-p/1217386#M60476</link>
      <description>&lt;P&gt;So to summarize, our organization has done a 6 month study on water quality at different sites along rivers &amp;amp; streams in our city. I am making a visualization of this in ArcGIS pro, displaying Turbidity on a color ramp for each section of stream.&lt;/P&gt;&lt;P&gt;I have used the create function to trace an already existing rivers layer so I could add all my own attribute fields. This has all been straight forward. Then I duplicated the layers by using "Make layer from selection" and making a layer for each month of the study. &lt;U&gt;&lt;FONT color="#FF0000"&gt;Here is the problem, when I update the "October" layer's attribute field for Turbidity, every other instance of this layer is also updated even though they all have separate names and are not in a group.&amp;nbsp;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Hopefully some has experience with this problem and can help. Thank you!&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 14:33:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-different-layers-are-updating-their/m-p/1217386#M60476</guid>
      <dc:creator>ColeDickison</dc:creator>
      <dc:date>2022-09-29T14:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help - Different Layers are updating their attributes when changing a field's value in one layer?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-different-layers-are-updating-their/m-p/1217447#M60494</link>
      <description>&lt;P&gt;Hmm.&lt;/P&gt;&lt;P&gt;So, a layer is just a representation of the data. When you duplicate a layer, or make a layer from selection, you're just adding that exact same data to the map again, only possibly dressed a little differently.&lt;/P&gt;&lt;P&gt;It sounds like, rather than creating a new record for each month (using the same geometry), you have the same record presented over and over.&lt;/P&gt;&lt;P&gt;There are a few ways to go forward from here.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;Create a record in the table with the same geometry, one for each month.&lt;OL&gt;&lt;LI&gt;This gives you duplicate geometry, but each month is its own distinct record. You can then duplicate the layer do what you were doing before.&lt;/LI&gt;&lt;LI&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;OBJECTID&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Month&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Turbidity&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;January&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;February&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Create a field for each month, and just store the turbidity data for the field in each month&lt;OL&gt;&lt;LI&gt;&lt;TABLE border="1" width="65.56426945102459%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="20%" height="25px"&gt;OBJECTID&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;January&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;February&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;March&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%" height="25px"&gt;1&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;X&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Y&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Z&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I'm thinking option 2 is better. You can symbolize each&amp;nbsp; month layer (which is just the same data wearing a different hat) based on each month's field.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 15:40:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-different-layers-are-updating-their/m-p/1217447#M60494</guid>
      <dc:creator>Alfred_Baldenweck</dc:creator>
      <dc:date>2022-09-29T15:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help - Different Layers are updating their attributes when changing a field's value in one layer?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-different-layers-are-updating-their/m-p/1217454#M60496</link>
      <description>&lt;P&gt;For the most part a "layer" is a representation of a data source such as a geodatabase "feature class". Many "layers" can be created in different maps, projects, etc., from the same underlying feature class. When the underlying feature class is updated such as adding a new field, the attribute table for all layers accessing that feature class will update.&amp;nbsp; Check the data source for your selection layers and they will likely be pointing to the same data source. You might need to create separate feature classes for each month.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 15:47:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-different-layers-are-updating-their/m-p/1217454#M60496</guid>
      <dc:creator>BarryNorthey</dc:creator>
      <dc:date>2022-09-29T15:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help - Different Layers are updating their attributes when changing a field's value in one layer?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-different-layers-are-updating-their/m-p/1217545#M60519</link>
      <description>&lt;P&gt;This definitely helps! I like both of these work arounds. I will play with it now. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 18:50:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-different-layers-are-updating-their/m-p/1217545#M60519</guid>
      <dc:creator>ColeDickison</dc:creator>
      <dc:date>2022-09-29T18:50:27Z</dc:date>
    </item>
  </channel>
</rss>

