I am using a query in Tableau:
select * from mytable where Date(sometimestamp) between
start_date and end_date
As we change the date range, we can see that the date varies.
I want to set start_date as default current_date -90 and end_date as current_date