I have a report where I want to show tasks with start dates greater than or equal to today minus x days. How can I do that in the filter criteria? ... ie tasks that are starting greater than or equal to x days ago.
Of course I could add a specific date but I want the report to work next week etc without having to update the date in the filter criteria.
As I type this I am thinking I just need a formula in the source sheet to calculate the date (eg today()-5) but just checking if this can be done without that ie directly in the filter criteria.