Hi,
i want to find objects by tracing a route.
But sometimes there are more than one route because of branches and to not get into an endless loop i need to save the ID of the segments which is already used.
I couldn't find a solution to save an attribute value temporary in a loop, so I created a list (in the form of all relevant IDs, comma separated) an for every iteration where a segment with the ID is used, the ID should be deleted in the list.
And because this List counts for every feature, I need something like a (published) parameter, which is dynamic. How can I do this?
thanks,
keough