I am trying to create a custom report that is essentially the Time Card report, the Time Card report already has first departure and last arrival, is it possible to have the Odometer in that report? I have not found in the Hidden Data.
Edited by Genevieve-1051
I am trying to create a custom report that is essentially the Time Card report, the Time Card report already has first departure and last arrival, is it possible to have the Odometer in that report? I have not found in the Hidden Data.
You need to be logged in to reply to this post and participate in the Geotab Community discussions.
Hey, @rrand-1186!
The best report I can think of to get starting and ending odometer values would be an IFTA report. I believe that if you took out the states and ran it for a specific time frame, that should give you your starting and ending odometer. 🤔
Hope this helps! :)
Best,
I think this will help @rrand-1186! I took a solution that I worked on in another thread with @jjake-8255, and re-shaped it to this report specifically. Here's how it works.
FIRST, SEE IT IN ACTION
Here's the example on a real database. I've used the modified TimeCardWithOdometers.xlsm (attached at the bottom of this post), entered database settings for the API connection on the "Settings" tab, and then uploaded it to Geotab to pull for a date range. I took out some of the loading times and obfuscated customer data, so you can see how it runs live.
NOW, HOW DOES THIS WORK?
This works by going around some of the built-in Geotab Reporting. I go into more detail in another thread on Group Id found here: https://community.geotab.com/s/question/0D52J0000884kNNSAY/group-id-column-in-the-device-report?language=en_US.
Essentially, I'm making a separate connection to the API to look up Odometer Data for the Vehicle and Date, then populating this into the Excel file. This is extremely powerful, in that you can get data that you won't normally have access to inside a single report, but there are a few caveats to be aware of.
WAIT! WHAT ARE THE DRAWBACKS?
There are a few issues to be aware of using this approach, so keep them in mind.
Let me know if you have any issues, and if this gets you closer to what you're looking for. Thanks for your time, and have a great day!
Scott Applefeld
ASR Solutions