I am trying to do a simple point in polygon query in Survey123.
Here is my calculation: pulldata("@layer","getValueAt","atttributes.WorkArea",${MyURL},${MyLocation}).
I have another survey where the syntax matches the above exactly and it works in that survey.
What am I doing wrong?
I am running version 3.18.
Solved! Go to Solution.
Hi @JimW,
It looks like you have an extra "t" in "attributes.WorkArea". Is the expession working for you if you remove that? If not, are there any error messages?
Thanks,
-Barbara
Hi @JimW,
It looks like you have an extra "t" in "attributes.WorkArea". Is the expession working for you if you remove that? If not, are there any error messages?
Thanks,
-Barbara
Thank you so much for catching that. I am glad it was just a simple (and dumb) issue.
Glad to hear it's working now!