Hello,
I’m working on a project where we want to measure and calculate how long it takes for a user to do a task. However, I’m having significant issues assigning a field as a ‘time’ type variable for displaying and calculating it.
For example, I want to measure how long it takes for a person from arriving to a scene to do a task. This would look like time 1 minus time 2, and then displaying the mean time from the whole database. This is measured in minutes.
The issue I see here, is that mongo charts seems not to have a ‘time’ formatting option, like it does for ‘date’ meaning any charts or calculation comes back as a null. Any tips or advice appreciated!
Cheers!