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 2019/11/04 00:30:03 UTC

[GitHub] [incubator-superset] alexberryman commented on issue #8431: how to pass the filter time to the custom query filter?

alexberryman commented on issue #8431: how to pass the filter time to the custom query filter?
URL: https://github.com/apache/incubator-superset/issues/8431#issuecomment-549195887
 
 
   Have you tried setting "No filter" in the `time` section and then defining your custom query in `query`?
   
   I ended up doing that for a custom postgres SQL query like:
   ```sql
   created_at > now() - interval '2 weeks'
   ```

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


With regards,
Apache Git Services

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