<?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 Make the dissolve tool smarter when specifying not to create multi-part features. in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idi-p/924506</link>
    <description>&lt;P&gt;Currently, when using the dissolve tool, and the create multi-part features option is unchecked, features in the resulting feature class that had the same dissolve field attribute all get the same value for each statistic field. Ideally, the tool should respect spatial relationships and, when you specify to not to create multi-part features, the attributes of the output features should accurately reflect what was actually dissolved and not the aggregate of all features with a common attribute. This is probably better explained as an example.&lt;BR /&gt;&lt;BR /&gt;Let's say I have a feature class has three features. All have the same value in the dissolve field but only two of the features are adjacent. Each feature has another attribute called foo and this field is used as a statistic field. The statistic type for foo is SUM. The values for foo are 1, 2 and 3. The two adjacent features have values of 2 and 3 for foo. When I run dissolve with create multi-part features unchecked, the two resulting features both have values of 6 for foo but the values should be 5 (for the two adjacent features that were dissolved) and 1 for the feature that is not adjacent to the other features.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Two NIMs related to this request are: &amp;nbsp;NIM013409 and NIM035670.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;!--  content transformation source ID: 087300000008FXu  --&gt;</description>
    <pubDate>Thu, 22 Jul 2021 17:27:29 GMT</pubDate>
    <dc:creator>DerekSwingley</dc:creator>
    <dc:date>2021-07-22T17:27:29Z</dc:date>
    <item>
      <title>Make the dissolve tool smarter when specifying not to create multi-part features.</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idi-p/924506</link>
      <description>&lt;P&gt;Currently, when using the dissolve tool, and the create multi-part features option is unchecked, features in the resulting feature class that had the same dissolve field attribute all get the same value for each statistic field. Ideally, the tool should respect spatial relationships and, when you specify to not to create multi-part features, the attributes of the output features should accurately reflect what was actually dissolved and not the aggregate of all features with a common attribute. This is probably better explained as an example.&lt;BR /&gt;&lt;BR /&gt;Let's say I have a feature class has three features. All have the same value in the dissolve field but only two of the features are adjacent. Each feature has another attribute called foo and this field is used as a statistic field. The statistic type for foo is SUM. The values for foo are 1, 2 and 3. The two adjacent features have values of 2 and 3 for foo. When I run dissolve with create multi-part features unchecked, the two resulting features both have values of 6 for foo but the values should be 5 (for the two adjacent features that were dissolved) and 1 for the feature that is not adjacent to the other features.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Two NIMs related to this request are: &amp;nbsp;NIM013409 and NIM035670.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;!--  content transformation source ID: 087300000008FXu  --&gt;</description>
      <pubDate>Thu, 22 Jul 2021 17:27:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idi-p/924506</guid>
      <dc:creator>DerekSwingley</dc:creator>
      <dc:date>2021-07-22T17:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Make the dissolve tool smarter when specifying not to create multi-part features.</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1223640#M21746</link>
      <description>&lt;P&gt;At the very least, please update the documentation to clarify that this is how the tool operates.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 23:03:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1223640#M21746</guid>
      <dc:creator>DanielCRS</dc:creator>
      <dc:date>2022-10-19T23:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Make the dissolve tool smarter when specifying not to create multi-part features.</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1570938#M33319</link>
      <description>&lt;P&gt;Bumping this. Would love there to be an option for the aggregation of fields to only be for the dissolved polygons and not the whole table depending on if the "create multipart" box is checked.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 13:23:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1570938#M33319</guid>
      <dc:creator>mthompson</dc:creator>
      <dc:date>2024-12-23T13:23:45Z</dc:date>
    </item>
    <item>
      <title>Improve Pairwise Dissolve: Avoid concatenating attributes for features that remain single-part</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1654764#M36501</link>
      <description>&lt;P&gt;Currently, when running &lt;EM&gt;Dissolve&lt;/EM&gt; or &lt;EM&gt;Pairwise Dissolve&lt;/EM&gt; with the &lt;EM&gt;single part&lt;/EM&gt; option, statistics field's attribute values from all features that share the same dissolve field values are calculated or concatenated—even if those features remain separate geometries because of the single part constraint.&lt;/P&gt;&lt;P&gt;Before dissolve:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Before dissolve" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141247iD0248A9700E4A274/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-09-26_16h24_01.png" alt="Before dissolve" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Before dissolve&lt;/span&gt;&lt;/span&gt;You would expect that for single part features, only OID 2 and 4 (LINK_ID 1305630123 and 1305630124) are dissolved, and therefore only these two should have their LINK_IDs concatenated.&lt;/P&gt;&lt;P&gt;After the dissolve, however, the statistics fields are calculated independently of the spatial entity:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="After dissolve" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141248iFEDA98DE50C906EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-09-26_16h25_45.png" alt="After dissolve" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;After dissolve&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The dissolve leads to unexpected and sometimes incorrect attribute tables:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Features that remain spatially distinct (single part enforced) end up with concatenated attributes from other features that were not dissolved with them.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;As a result, attribute values can be misleading and do not reflect the actual geometry or logical unit of the feature.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Expected/Proposed behavior:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Attribute concatenation should only apply to features that are &lt;EM&gt;actually dissolved&lt;/EM&gt; into a new geometry.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Features that remain single-part should keep their original attribute values, rather than concatenating values from unrelated geometries.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Why this matters:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Maintaining data integrity: users expect attributes of non-dissolved features to remain unchanged.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Preventing unnecessary post-processing: currently, extra steps are required to clean up attributes that were concatenated although geometries were not merged.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Improving consistency with user expectations: many users assume “single part” means attributes are preserved unless geometries are explicitly dissolved.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This change would make the &lt;EM&gt;Pairwise Dissolve&lt;/EM&gt; tool more intuitive, reduce errors, and align the attribute output with the spatial result.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 11:27:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1654764#M36501</guid>
      <dc:creator>Yannick-Atos</dc:creator>
      <dc:date>2025-10-02T11:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Make the dissolve tool smarter when specifying not to create multi-part features.</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1661608#M36579</link>
      <description>&lt;P&gt;How have I only just discovered this problem after over a decade of using this software! Obviously I've always used statistic fields with multipart dissolves (or just never noticed the errors!). Clearly, this has had no traction seeming as how it's a 15 year old post! I have submitted direct feedback from the ArcGIS Documentation page requesting more detail in the documentation and the tool tips in ArcGIS Pro around how Statistics don't honour the "Create multipart features" checkbox.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Time to submit a new feature request I think!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 00:40:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1661608#M36579</guid>
      <dc:creator>LindsayRaabe_FPCWA</dc:creator>
      <dc:date>2025-10-29T00:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Make the dissolve tool smarter when specifying not to create multi-part features.</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1662025#M36584</link>
      <description>&lt;P&gt;We are actively working on a solution for this using the PairwiseDissolve tool.&amp;nbsp; Our goal is to have it available in ArcGIS Pro 3.7.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 19:28:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1662025#M36584</guid>
      <dc:creator>KenHartling</dc:creator>
      <dc:date>2025-10-29T19:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Make the dissolve tool smarter when specifying not to create multi-part features.</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1702147#M38337</link>
      <description>&lt;P&gt;Unfortunately our solution didn't make it in time for 3.7.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working on a sample tool that will provide the functionality and will work with ArcGIS Pro 3.7 while we wait for 'correct' Single Part statistics to hopefully make it's way into the PairwiseDissolve tool for one of the upcoming releases.&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2026 17:59:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1702147#M38337</guid>
      <dc:creator>KenHartling</dc:creator>
      <dc:date>2026-05-14T17:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Make the dissolve tool smarter when specifying not to create multi-part features.</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1702217#M38345</link>
      <description>&lt;P&gt;Thanks for the update&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1437"&gt;@KenHartling&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2026 00:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/make-the-dissolve-tool-smarter-when-specifying-not/idc-p/1702217#M38345</guid>
      <dc:creator>LindsayRaabe_FPCWA</dc:creator>
      <dc:date>2026-05-15T00:28:33Z</dc:date>
    </item>
  </channel>
</rss>

