I have water pipe, water lateral and lateral point feature classes. I'm trying to setup a check to flag any later points that split a water pipe. To do this, I'm using the valency check where FC1 = lateral points, FC2 = water pipes and the valency at point location is set to operation and equal to 1. Therefore, if a lateral point splits a line, it would be connected to two lines and be flagged. The issue I'm having is that the check is including the water lateral layer in the check. Therefore, if a later point is connected to a water pipe and a lateral, it gets flagged, even though the FC2 is set to water pipes (which I thought would then ignore the laterals). How can I set the check to only look at water pipes and not water laterals.