<?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 Arcade Visualization: Aggregating features in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-visualization-aggregating-features/m-p/1311502#M71396</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I was wondering if it was possible to aggregate (polygon) data visually with Arcade in Pro?&lt;/P&gt;&lt;P&gt;For example, dissolving counties into their state and treating them as one polygon (so that, for example, the stroke layer forms the state boundary, rather than county boundaries).&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2023 13:56:28 GMT</pubDate>
    <dc:creator>AlfredBaldenweck</dc:creator>
    <dc:date>2023-07-25T13:56:28Z</dc:date>
    <item>
      <title>Arcade Visualization: Aggregating features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-visualization-aggregating-features/m-p/1311502#M71396</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I was wondering if it was possible to aggregate (polygon) data visually with Arcade in Pro?&lt;/P&gt;&lt;P&gt;For example, dissolving counties into their state and treating them as one polygon (so that, for example, the stroke layer forms the state boundary, rather than county boundaries).&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 13:56:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-visualization-aggregating-features/m-p/1311502#M71396</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2023-07-25T13:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Visualization: Aggregating features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-visualization-aggregating-features/m-p/1357355#M75990</link>
      <description>&lt;P&gt;It's not possible in Arcade, but it is possible in an enterprise GDB using a Query Layer.&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;/*SQL Server*/
SELECT 
MIN(OBJECTID) AS ObjectID, 
PARENT_NAME AS ADMU_NAME, 
geometry:: UnionAggregate([SHAPE]) AS Shape 
from gdb.dbo.admu_ofc_poly
GROUP BY PARENT_NAME&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shoutout to Trevor Hart at Geodatabase Geek for the tutorial:&lt;/P&gt;&lt;P&gt;&lt;A href="https://gdbgeek.wordpress.com/2012/07/16/sql-server-2012-fun-with-geometry-aggregates/" target="_blank" rel="noopener"&gt;SQL Server 2012 – Fun with geometry aggregates! | Geodatabase Geek (wordpress.com)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 14:22:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-visualization-aggregating-features/m-p/1357355#M75990</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2023-12-06T14:22:41Z</dc:date>
    </item>
  </channel>
</rss>

