Closed joemoe closed 7 years ago
It isn't so easy - we should parse query and find GROUP BY clause and its columns, but I think it's possible.
ok, let's leave it for now, we should keep this in mind. can't you use the number of returned values. no1: timestamp, x val no2: value, y val no3: group or does this destroy something else?
It makes sense to use rest values from each row as GROUP BY column values. I'll do it.
when we do a custom query and want to have graphs for every group by value it doesn't seem possible at the moment. is there a way to achieve this?