lanyusea opened a new issue #11604: URL: https://github.com/apache/incubator-superset/issues/11604
I have my data like that: `test date` `frame index` `test dataset` and the values  and it can be successfully updated  but the result looks really strange:  The `view query` is ``` sql SELECT `Dataset` AS `Dataset`, `Date` AS __timestamp, AVG(`RPE`) AS `AVG(RPE)` FROM database.my_test GROUP BY `Dataset`, `Date` ORDER BY `AVG(RPE)` DESC LIMIT 50000; ``` and the `view results` is  I relealize the problem may be caused by `GROUP BY Date` but it seems to be a default selection I cannot withdraw. (or I don't know how) What I expect is it samples data with same `PatchSet` and different `FrameIndex` then do the box plot. So I'm wondering if there is any way I can achienve this kind of virtualization? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
