Hi there, I am wondering if it possible to do...

Hi there, I am wondering if it possible to do a “things close to me” type of thing where when a user wants to select an item it will only show select items based on his current location, i.e places or things not more than say 1km away from his current location?

0 2 278
2 REPLIES 2

@Jonathan Fraser I think you’ve to use the valid_if property of the column.

If you have a LatLong column on the items/things, then you can use the DISTANCE() function to filter the items to things near you. help.appsheet.com - Other Functions

DISTANCE([LatLongColumn], HERE()) < 200

for example Other Functions help.appsheet.com

Top Labels in this Space