Hello,
I have a dataset that updates on a daily basis. I need to be able to filter the data by date range. However the date parameters require a preset date range that doesn’t seem like it will update with the data. If I don’t update the date range every day for each query eventually may data will be out of the pre set data range on the query parameters. Is there a way to have that static date range update along with the sql table that is being updated?
Thanks!