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 2020/07/09 15:34:25 UTC

[GitHub] [incubator-superset] klazaj edited a comment on issue #10229: Where are the time filters from charts and dashboards implemented?

klazaj edited a comment on issue #10229:
URL: https://github.com/apache/incubator-superset/issues/10229#issuecomment-656163622


   For anyone who might stumble on this in the future, the path file is located here: 
   
   - superset/superset-frontend/src/explore/components/controls/DateFilterControl.jsx
   
   I made changes on this function:
   `getStateFromCommonTimeFrame`
   
   The result look like this:
   ![image](https://user-images.githubusercontent.com/22456202/87059924-2ede3f00-c20a-11ea-9eed-4d432fb50478.png)
   
   However, this does not seem to affect the SQL query:
   
   ![image](https://user-images.githubusercontent.com/22456202/87060100-63ea9180-c20a-11ea-8f2a-f2bdd09fe38a.png)
   
   
   Why is that? Where is the selected data parsed to the query?
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



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