Distance() should work offline

There is a big need to find previous reports that have recorded GPS location coordinates while working offline. AppSheet’s embedded GMaps doesn’t work off line. The alternative is to use:

Distance(HERE(), [GPS Location]) < 0.1

to filter nearby reports by some distance, for instance 0.1 km. But Distance requires a Sync to do this. Of course sync doesn’t work offline! This request is to improve Distance so it works offline.

Regards
Bob Haizmann

Status Open
1 1 286