<?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 Dirty Area Total Errors in ArcGIS Utility Network Ideas</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-ideas/dirty-area-total-errors/idi-p/1023813</link>
    <description>&lt;P&gt;I think it would be very useful to write the total error numbers in the dirty area field in the error tab. Most of the time, errors do not appear, especially in point layers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2021 07:40:31 GMT</pubDate>
    <dc:creator>GIS_Solutions</dc:creator>
    <dc:date>2021-02-05T07:40:31Z</dc:date>
    <item>
      <title>Dirty Area Total Errors</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-ideas/dirty-area-total-errors/idi-p/1023813</link>
      <description>&lt;P&gt;I think it would be very useful to write the total error numbers in the dirty area field in the error tab. Most of the time, errors do not appear, especially in point layers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 07:40:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-ideas/dirty-area-total-errors/idi-p/1023813</guid>
      <dc:creator>GIS_Solutions</dc:creator>
      <dc:date>2021-02-05T07:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dirty Area Total Errors - Status changed to: Closed</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-ideas/dirty-area-total-errors/idc-p/1042535#M112</link>
      <description>&lt;P&gt;This is just not something that we would do.&amp;nbsp; Feature Counts are not natively presented in such a manner in ArcGIS Pro. Writing a custom JavaScript or Web App, would allow you to control the TOC, and possibly include a feature count.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To determine within Pro, what these counts are - for errors and subnetwork errors.&amp;nbsp; Open the Dirty Areas table, and do a query:&amp;nbsp; Select by Attributes&amp;nbsp; where Error Code Is not equal to 0 (ERRORCODE &amp;lt;&amp;gt; 0 [in SQL]) - this will give you all of the dirty areas which are associated with errors of some sort.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option is to use a Map join.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First do the above selection on the Dirty Areas table.&amp;nbsp; Right click -&amp;gt; Selection -&amp;gt; Create Layer from Selection.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidCrawford_0-1617218189959.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9756i4540D8CEE35B8FD7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DavidCrawford_0-1617218189959.png" alt="DavidCrawford_0-1617218189959.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidCrawford_1-1617218208184.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9757iDD90B4D719B9A483/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DavidCrawford_1-1617218208184.png" alt="DavidCrawford_1-1617218208184.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now you have a layer 'Dirty Area selection' -- which is only the error features. Next create a join for the class you are interested in cleaning up (Junction, GlobalID) join to:&amp;nbsp; (Dirty Areas, Feature Guid).&amp;nbsp; Uncheck the box to keep all target features.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidCrawford_2-1617218241822.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9758i571CA6005C4332B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DavidCrawford_2-1617218241822.png" alt="DavidCrawford_2-1617218241822.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidCrawford_3-1617218253048.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9759i39262E5C9E42440D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DavidCrawford_3-1617218253048.png" alt="DavidCrawford_3-1617218253048.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And you will be left with a junction class (in my example), which contains only the features that have associated errors that need to be addressed (2 features in my example).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidCrawford_4-1617218284488.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9760i486730097385C319/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DavidCrawford_4-1617218284488.png" alt="DavidCrawford_4-1617218284488.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 19:18:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-ideas/dirty-area-total-errors/idc-p/1042535#M112</guid>
      <dc:creator>DavidCrawford</dc:creator>
      <dc:date>2021-03-31T19:18:25Z</dc:date>
    </item>
  </channel>
</rss>

