Skip to main content

I need to get the closest distance between points and lines calculated. The points and lines have matching attributes.

I only need distance calculated between point A and Line A, Point B and Line B.. Is it possible?

Yes, you can use your matching attributes as the group by parameter


Yes, you can use your matching attributes as the group by parameter

Thank you!