• andrew_outbox
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

I have one Public Function which Calculate Distance between two location

Public Integer getdistace(location1,location2).

Now i have to make one query which can ues this function in soql query to get all records which have min distance 50 km.

how to use this function in soql query?

 

Help..