<?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: Symbology Filtering for Circuits in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/symbology-filtering-for-circuits/m-p/1709621#M7091</link>
    <description>&lt;P&gt;I can't think of a way to do that, since you're talking about dynamically symbolizing every manhole based on subnetworks that aren't shown.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jun 2026 17:46:36 GMT</pubDate>
    <dc:creator>RobertKrisher</dc:creator>
    <dc:date>2026-06-24T17:46:36Z</dc:date>
    <item>
      <title>Symbology Filtering for Circuits</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/symbology-filtering-for-circuits/m-p/1709582#M7090</link>
      <description>&lt;P&gt;Hi everyone, looking to recreate something similar using custom symbology. In doing so, our team wants to be able to filter out circuits while still seeing something similar to the attached screenshot for those devices/structures that contain multiple circuits. I know you can filter by the subnetwork name where two circuits are contained/associated but that still keeps the entire other circuit shown. Any ideas on how this can be done, if at all possible? Thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-06-04 133411.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154143iDD8FF16BF6266185/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-06-04 133411.png" alt="Screenshot 2026-06-04 133411.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2026 15:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/symbology-filtering-for-circuits/m-p/1709582#M7090</guid>
      <dc:creator>Joshua_Moreno</dc:creator>
      <dc:date>2026-06-24T15:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology Filtering for Circuits</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/symbology-filtering-for-circuits/m-p/1709621#M7091</link>
      <description>&lt;P&gt;I can't think of a way to do that, since you're talking about dynamically symbolizing every manhole based on subnetworks that aren't shown.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2026 17:46:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/symbology-filtering-for-circuits/m-p/1709621#M7091</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2026-06-24T17:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology Filtering for Circuits</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/symbology-filtering-for-circuits/m-p/1709623#M7093</link>
      <description>&lt;P&gt;Yeah, I couldn't think of one either. My initial thought process was to utilize Developer Edition to customize the filter widget to allow an opacity decrease on features that are being filtered out. In this case, the other circuits that run through these structures instead of completely removing them/still showing both lines at full opacity. Just wanted to see if this was something anyone else has thought of, thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2026 17:52:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/symbology-filtering-for-circuits/m-p/1709623#M7093</guid>
      <dc:creator>Joshua_Moreno</dc:creator>
      <dc:date>2026-06-24T17:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology Filtering for Circuits</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/symbology-filtering-for-circuits/m-p/1709701#M7095</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169119"&gt;@Joshua_Moreno&lt;/a&gt;&amp;nbsp;- If the aim is to just symbolize the manhole then this might be one way to do it.&lt;BR /&gt;In the past we have have had some workarounds were you have the layer and a copy of the layer but this is one is filtered by a criteria (in your case it might look like SUPPORTEDSUBNETWORKNAME contains "::" )&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gis_KIWI4_0-1782332159656.png" style="width: 163px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154170i0A8A30F84807A735/image-dimensions/163x132?v=v2" width="163" height="132" role="button" title="gis_KIWI4_0-1782332159656.png" alt="gis_KIWI4_0-1782332159656.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gis_KIWI4_1-1782332179150.png" style="width: 153px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154176iE4FE81FAE7BDD3FD/image-dimensions/153x130?v=v2" width="153" height="130" role="button" title="gis_KIWI4_1-1782332179150.png" alt="gis_KIWI4_1-1782332179150.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;You can extend the same principle to devices within the manhole and have a copy of the device layer but this time have them symbolized by SUBNETWORKNAME.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will have a slight impact on the map as it's querying the layer multiple times but it ay turn out to be acceptable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are after the indication of what subnetworks are present within the manhole then maybe an acceptable solution is labelling using the SUPPORTEDSUBNETWORKNAME of the Manhole.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gis_KIWI4_0-1782333533350.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154181iD999F9493B85F1A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gis_KIWI4_0-1782333533350.png" alt="gis_KIWI4_0-1782333533350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I also notice you have splices which can be labelled with the particular subnetwork they are associated with.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But for symbolizing the exactly way you highlighted in the picture I don't think there is a dynamic way.&lt;BR /&gt;You will need to duplicate the subnetwork layer (subnetwork - display)and clip it using a buffered manhole location and then use the double ended arrow symbology including the colours. This way is good because you maintain the orientation of the lines, the colours but it won't be dynamic unless you can trigger the process every subnetwork update. Maybe a overnight process&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you prefer to keep it simple and the subnetworks don't change frequently - simply maintain another layer that is drawn manually that you can throw onto the map. But this opens up the possibility for data mismatch.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2026 20:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/symbology-filtering-for-circuits/m-p/1709701#M7095</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2026-06-24T20:49:04Z</dc:date>
    </item>
  </channel>
</rss>

