I'm trying to find line segments with <null> as their FEEDERID that are connected to a line segment of a specific FEEDERID.
I have tried Intersection on Geometry Check with these as my definition query's, but not getting the results I need.
FEEDERID LIKE '02%__'
FEEDERID IS NULL
What would be the best way to go about this using Data Reviewer?