You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/28 23:10:13 UTC

[GitHub] [superset] serenajiang commented on issue #18132: Line chart csv does not use rolling window values

serenajiang commented on issue #18132:
URL: https://github.com/apache/superset/issues/18132#issuecomment-1024731606


   ```
   ds	b
   2022-01-01	1
   2022-01-02	2
   2022-01-03	3
   2022-01-04	4
   2022-01-05	5
   2022-01-06	6
   2022-01-07	7
   ```
   A minimal example like this should work using SUM(b) as the metric in the line chart and any window function. Downloading the chart data previously used to download the results after the window function was applied, but now it downloads the results of the query.
   
   A user reported this issue when they downloaded the csv from a chart and compared it to a previous download. There have been a lot of changes since October, so I'm not sure exactly when this happened or what caused it.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org