- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-09-25 12:43 PM
Historic Location Data
Hello,
I'm working with the dynamic source location of users to show their current location. We can display a trend for Latitude, Longitude, and Speed with some of historical data (see picture). How can we make a query to request that information? What is the available table query for this? How can we add this historical data to a user trend?
We want to show in a Map the last 10 location reported by a user in a day and a graphical report for the speed.
Thanks
Related topic
Link copied. Please paste this link to share this article on your social media post.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-10-02 03:09 AM
Hi, try the attached demo .sde
There is a Logic program to select locations at interval and add to a Data Table.
See the User Query which selects from that. You can add this to a Map Set.
Note - you should add a regular data purge so that the Data Table does not grow too large and harm performance. Delete records older that 'x' with a Logic program, and then call the Data Table method "PurgeDeletedRecords" (parameter to be 500?) to free the space.
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-10-02 03:09 AM
Hi, try the attached demo .sde
There is a Logic program to select locations at interval and add to a Data Table.
See the User Query which selects from that. You can add this to a Map Set.
Note - you should add a regular data purge so that the Data Table does not grow too large and harm performance. Delete records older that 'x' with a Logic program, and then call the Data Table method "PurgeDeletedRecords" (parameter to be 500?) to free the space.
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.

