Finding line segments with Null value

657
2
Jump to solution
03-03-2020 05:59 AM
brycehoward
New Contributor

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?

0 Kudos
1 Solution

Accepted Solutions
KumarGaurav
Esri Contributor

Hi Bryce,

I tried similar configuration with my sample data and Geometry on Geometry check with Touches option worked for me:

You can use same configuration in ArcGIS Pro as well.

Hope this helps.

Thanks,

Kumar

View solution in original post

2 Replies
KumarGaurav
Esri Contributor

Hi Bryce,

I tried similar configuration with my sample data and Geometry on Geometry check with Touches option worked for me:

You can use same configuration in ArcGIS Pro as well.

Hope this helps.

Thanks,

Kumar

brycehoward
New Contributor

Thank you so much! This worked really well besides one thing. When I write them to the table to be corrected, it's writing the line segment with the FEEDERID since it's touching a line segment with a <null>. How can I get it to switch so the <null>  line segment gets written to the table?

Thank you again.

Edit: Just had to switch my definition queries around it worked great. Thank you!

0 Kudos