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
I don't know if this is already available, but just not working. Or that it is a feature request. So consider this issue both a bug report and a feature request :]. Let's start with the feature part
I think it would be fantastic when grouping on multiple (>2) columns (including the time function) is possible. Assume the following serie:
time | fr | to | app | kb
-----------------------------------------------------
now() - 1hr | home | office | ssl | 10
now() - 1hr | home | office | ssl | 20
now() - 1hr | home | internet | http | 30
now() - 1hr | home | office | http | 40
now() | home | internet | skype | 50
now() | home | office | lotus | 60
now() | home | internet | skype | 70
It would be great if the following query:
select sum(kb)
from test
group by time(1h), to, app
I don't know if this is already available, but just not working. Or that it is a feature request. So consider this issue both a bug report and a feature request :]. Let's start with the feature part
I think it would be fantastic when grouping on multiple (>2) columns (including the time function) is possible. Assume the following serie:
It would be great if the following query:
Would result in:
Then finally, the bug report which made me doubt whether this feature is already available/not:
When I issue the listed query, I get back an empty array, and the following is logged:
The text was updated successfully, but these errors were encountered: