Trying to create valid_if expression to catch...

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!

0 5 322
5 REPLIES 5

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

Top Labels in this Space