I have created a survey with a map that field crews can use to document the length of pipe that they have surveyed. The easiest would be to use the vertex input method. How would I get the length of the pipe within that polygon for display in a dashboard?
Hello @Ivy_Hinson,
You can use the distance() function to return the length in meters. If you are looking for Miles you can use round((distance(${geotraceField}) div 1609.344), 2)