Hi all,
I have the most curious situation that several forms that work fine in 'regular' ODK Collect have problems in GeoODK.
#1:
I have a formula in my xlsx/xml form which creates a site ID based on the username and data/time.
- " concat(${person},"_",format-date(${sdatetime},'%Y%m%d'),"-",format-date(${sdatetime},'%h%m')) "
- works fine in ODK Collect but returns 0000 for the time in geoodk
#2:
A regular geopoint with nothing fancy does not record the altitude or accuracy only lat/long
Any suggestions why this is occuring would be greatly appreciated.