You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT
sum(GREATEST(start_rated_range_km - end_rated_range_km, 0) * car.efficiency * 1000) /
convert_km(sum(distance)::numeric, 'km') as "consumption_km"
FROM drives
JOIN cars car ON car.id = car_id
WHERE start_date BETWEEN '2024-01-30T16:00:00Z' AND '2024-01-31T06:29:14.495Z' AND car_id =
No request and response collected yet. Hit refresh button
Screenshots
Additional data
No response
Type of installation
Docker
Version
v1.28.2
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
no data
Expected Behavior
No response
Steps To Reproduce
No response
Relevant log output
Screenshots
Additional data
No response
Type of installation
Docker
Version
v1.28.2
The text was updated successfully, but these errors were encountered: