Using Native Javascript Date Calculations To Modify Sisense Date Filters
Published 11-27-2023
Hi SamAlbertCSM ,
Glad to hear it is helpful!
While there may be more Sisense specific functionality to handle this type of SQL functionality, native non-Sisense specific SQL includes the capability (depending on the exact SQL server in question) to fetch the current date and also to apply calculations to that date (this is pretty specific to the SQL server in question) , such as subtracting a set number of days.