In ArcGIS Experience Builder, I have a Group Filter where users select a drain number. This filters the drain layer and easement layer which has a matching drain number field, and zooms to it.
I also have a second layer called “Other Drains” (a copy of the centerlines with different symbology).
I’d like this layer to automatically show only the drains that do NOT match the selected Drain Number, so users can see surrounding drains for context.
Is there a way to dynamically apply an inverse filter (DrainID <> selected value) based on the Group Filter selection?