Hello,
Can someone help with this? I am trying to have the distance between HERE() and a known LatLong be a qualified Valid_If if the distance is less than 1/2 mile.
I tried DISTANCE(HERE()-[Lat Long Column])<0.5
But thatโs not working
Thanks in advance!
Solved! Go to Solution.
Yes,I also believe so. If @Joe_Seiler wishes to capture the distance in miles for half a mile, then correct expression probably would be
DISTANCE(HERE(), [LatLong])< 0.805
User | Count |
---|---|
16 | |
11 | |
9 | |
8 | |
4 |