Hi I am new to Kobo. I have framed a survey form and shared on my Mobil device for collection utility data for Electricity.
my issues is that, is there ways to plot or draw line between two points while collecting data at site so that later i don have to again create line between all two points.
looking for support
Welcome to the community, @yeshi_2021 ! Maybe this post discussed previously should help you solve your issue:
Thanks @Xiphware ,
It was the space really!
But concat(" ", ${location2}, “;”, ${location3}, “;”, ${location4}, “;”, ${location5}, “;”, ${location2}) would not work. As probably the leading blank is cut-off by the parsing.
So, here the corrected version. @rratnaya
polygon test 04.xlsx (18.6 KB)
I only could test it with Online validator Preview, as the “detect current location” didn’t work in KoBo Preview. But this is another issue.
Have a nice week-end
wroos
August 16, 2021, 2:41pm
3
Hello @yeshi_2021 ,
You might use type geotrace for the related question.
You can find related examples with the seach function of the forum, e.g.
https://community.kobotoolbox.org/search?context=topic&context_id=21645&q=geotrace&skip_context=true .
1 Like