You need to sign in to do that
Don't have an account?
Ab
Calculating Distance between two places
Hello,
How is it possible to calculate distance between two points given the lattitude and longitude.
Also, are there other geolocalization apps i can have a look
Thanks
How is it possible to calculate distance between two points given the lattitude and longitude.
Also, are there other geolocalization apps i can have a look
Thanks
You can use DISTANCE and GEOLOCATION functions(work in formula)
As a common practice, if your question is answered, please choose 1 best answer.
But you can give every answer a thumb up if that answer is helpful to you.
Thanks,
Alex
All Answers
You can use DISTANCE and GEOLOCATION functions(work in formula)
As a common practice, if your question is answered, please choose 1 best answer.
But you can give every answer a thumb up if that answer is helpful to you.
Thanks,
Alex
Hi Sandrine
You can use DISTANCE and GEOLOCATION functions(work in formula)
DISTANCE(GEOLOCATION(LAT_1__c,LON_1__c), GEOLOCATION(LAT_2__c,LON_2__c), 'mi')
Thanks,
B.karunakar