Select to view content in your preferred language

Circuit Filter

333
3
Jump to solution
01-27-2026 03:00 PM
Joshua_Moreno
Regular Contributor

I'd like to create a filter in ExB or similar that would allow me to only see all devices/structures/lines along a single circuit whether when selected or somehow filtered using a filter widget. Is this something anyone has done? Essentially, I'd like to cut out all extra noise from adjacent circuits to give my team a clear picture of a single circuit and it's connected devices.

0 Kudos
1 Solution

Accepted Solutions
gis_KIWI4
MVP Regular Contributor

Hi @Joshua_Moreno - The SUBNETWORKNAME field can be used for this. You can set up the filter widget to filter on this field. This field is present on devices and lines, basically all the domain network elements.
If you want to include structures then use the SUPPORTEDSUBNETWORKNAME for filtering structure junction and structure boundary.
Use "contains" operator rather than "equal to"
The good thing about this approach is that open switches / boundary devices will remain visible as they should have both subnetworks listed in the mentioned fields eg - Subnetwork A :: Subnetwork B 

View solution in original post

3 Replies
gis_KIWI4
MVP Regular Contributor

Hi @Joshua_Moreno - The SUBNETWORKNAME field can be used for this. You can set up the filter widget to filter on this field. This field is present on devices and lines, basically all the domain network elements.
If you want to include structures then use the SUPPORTEDSUBNETWORKNAME for filtering structure junction and structure boundary.
Use "contains" operator rather than "equal to"
The good thing about this approach is that open switches / boundary devices will remain visible as they should have both subnetworks listed in the mentioned fields eg - Subnetwork A :: Subnetwork B 

RobertKrisher
Esri Regular Contributor

The only other catch to using the Subnetwork Name field for you is that you must run Update Subnetwork for it to be populated. Customers who have hierarchical models (pipeline, water, sewer) have multiple subnetwork name fields (system, pressure, etc) so they need to pick which field (which corresponds to a tier) they want to use.

0 Kudos
RichRuh
Esri Regular Contributor

Another solution that does not rely on the Subnetwork Name field being properly updated is to use the Utility Network Trace Widget in Experience Builder.

To do this, you would define a trace configuration in ArcGIS Pro that does a subnetwork trace- use the setting for include structures, and an output filter to define which asset types you want to include. Once you've gotten the trace working in Pro, add it to your web map and then it would be accessible from inside Experience Builder.

--Rich