Good Morning all,
I am working on a task that requires a point along a line based on the total of a survey. This point needs to be dynamic, and as more survey requests have been completed I want the point to move along the line based on the total.
So far I have the survey that works and populates a table.
I have then created my Line feature (the route) for visualisation purposes.
I have then created points along the lines at intervals.
I now want to use the Survey Table and use one of the fields questions 'Distance covered' and caculcate the sum. I then want to display the point along the route that is nearest to that sum. And this to be dynamic.
Essentially, I want people to submit how far they have travelled and this to be cumulative as a group and added to a map that places a point along the line based on the sum of distance travelled. I have tried a variety of expressions but a little puzzled on how I can solve this just using AGOL and make it automatic.
Many Thanks