I want to plot a point feature on the map in the survey & I then want to do a lookup on a public accessible layer of polygons to see where that point intersects or is within that polygon. I need to add some code to the calculation layer but how would I achieve this? The polygon layers are secondary school areas & I want to return the value of Secondary which is the school name
Solved! Go to Solution.
You can do this using the pulldata function. You should check out Survey123 Tricks of the Trade: pulldata("@layer") for sample queries and a video walkthrough.
You can do this using the pulldata function. You should check out Survey123 Tricks of the Trade: pulldata("@layer") for sample queries and a video walkthrough.