How to query LQE JRS to show time spent in hours
I am using JRS 6.0.2 with LQE data source.
I am querying the sum of time-spent per day for current users, it gives data in minutes and obviously its easy to read 6.5 hours than 390 minutes.
I tried converting the time to Hour in sparql query but in that case its hard coding only my ID for the query instead of current user also it looses hyperlink capability.
Is there any workaround.