I have a copper cable
table which has attributes of startjoint and endjoint. I would like to build a
cable path from the lead-in cable to the copper pillar. The logic to build the
path is based on the startjoint and endjoint. The cable whose endjoint = startjoint
of another cable is the upstream cable. By joining them, a complete path can be
built.
Due to the uncertainty of
the numbers of cables between the lead-in to the pillar, I would like to use
Loop to achieve this. I have used inlinequerier to join the cables and any
result returned will go back to the loop. The loop will stop when there is no
feature returned where endjoint = startjoint. However, the iteration only occurs
1 and no feature is returned for iteration even there are 11 features output from
the result.
Any suggestion what is the
best approach to achieve this? Thanks.