Trying to create valid_if expression to catch users who have location services turned off. 1st attempt: =[_THIS] <> โ0.000000, 0.000000โ
This worked great at first but then some phones began slipping past with entries like โ0.001588, 0.000002โ โ-0.000397, 0.000060โ
Is there an expression others are using to invalidate these geolocation entries that are results of location services being turned off?
Thank you!
Maybe something like DISTANCE([_THIS],LATLONG(0,0))>100
LATLONG(0,0) is in the middle of the sea so it canโt be ever false in real life
@Aleksi_Alkio makes sense, had thot of that too but no idea how to Expression it, gonna give it a try now!
Seems to work! Will keep testing but thank you very much!
Youโre welcome
User | Count |
---|---|
16 | |
10 | |
9 | |
8 | |
3 |