Closed jodok closed 7 years ago
ok, could debug this further - problem occurs if the Group By Time Interval
is set to Auto
It's because we invoke SELECT count(*)
query first to determine amount of points to return and select proper Group By Time Interval. See #11. Can you show second query (after SELECT count(*))?
it seems like there is a new problem. auto does now a query crate can't handle anymore.
what do mean by show second query?
hm, it worked now. there seems to be some edge case.
can't reproduce it anymore.
is this still an issue for you @jodok?
yes, still an issue. is there a way i can help to debug?
@alexanderzobnin we narrowed it down to having no alias
set.
i'm trying to plot a single value without aggregation
and the datasource is being queried like that:
but it should be: