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 2021/02/22 01:13:02 UTC

[GitHub] [superset] ktmud commented on issue #13261: Feature Request: Add last business day option to time range filter

ktmud commented on issue #13261:
URL: https://github.com/apache/superset/issues/13261#issuecomment-782975758


   You can currently utilize the Advanced date functions to get this:
   
   ```python
   dateadd(datetrunc(datetime('today'), week), 5, day)
   ```
   
   Check out more about this functions in this tooltip:
   
   <img src="https://user-images.githubusercontent.com/335541/108645303-44d20480-7467-11eb-9dc8-8689426ef6ac.png" width="500">
   
   
   


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