Greetings,
I'm new to Alteryx and I'm stuck at this step.
I'm working with the Filter Tool and I want to the filter to select the range 1 week. Currently I'm doing int manually like this:
[Date] >= "2020-06-01" AND
[Date] <= "2020-06-07"
It works just fine but I have to manually select the dates every week.
Now my goal is to make it select the current week automatically.
I was thinking to get the current week automatically from the system and then select the first day of that week as the first value of the range and last day of the current week as the end value. I'm new to alteryx and I'm not being able to achieve the desired result.
If anyone could put me on the right track I'd apreciate it a lot.
Thanks in advance.