How to trace downstream in the network with multiple sources and accumulate the value from the intersected nodes of each trace? To Illustrate please see below. Black circles are the starting points.

Appreciate your help.
How to trace downstream in the network with multiple sources and accumulate the value from the intersected nodes of each trace? To Illustrate please see below. Black circles are the starting points.
Appreciate your help.
Hi
In my mind I would want to say there must be some way to set this up. For each point dissolve all lines downstream of the point, then use that dissolved line to select all points along and then do the calculation. Buuuut, for actual tracing tools I think
Hi
I think you can use NetworkCostCalculator to achieve the goal in this case. The process would be a bit long story, see the attached workspace example to learn more.