Тема: Non Visited Geofences
Hello, we have some customers that wand to know which geofence was visited and which was not.
so we create a report with 2 tables:
1st table is geofences, the 2nd is non visited geofences.
the problem that we are facing is as follow:
lets consider that we have 100 geofence
1: A geofence will considered a visited geofence if the unit remain inside it for 5 min, if not it will be a non visited geofence.
2: geofences table has a min duration in its setting we can set it to 5, non visited geofences dosent has such a filtration and consider it a visited
geofence even if the unit was inside it for 1 sec.
3: when we compare the results of the 2 tables the customer wishes to see the sum of visited and non visited geofenes to be 100, but some
geofences wont appear in the report because a unit was inside some geofences for less that 5 min..
Solution :
Add a filtration in the non visited geofences table with min duration to considered it not visited, and add the number that we want.
in our case we will put 5 min, so any unit stays in the geofence for 5 min the table will consider it as a visited geofence and dosent appear in the report, if it stays for 4 min it will consider it as non visited geofence and show it in the report.