Hi,
Hopefully I explain what I'm trying to accomplish in a digestible way...but essentially I have a file with a field containing dates. When I load the file to Alteryx, the date appears in the format of yyyy-mm-dd. I plan to run this Workflow every single Monday (so once a week). That field containing dates will have dates in the past and also dates in the future. Essentially what I want is to filter the dataset so that I only show data with dates dating 12 months in the past and also 4 months into the future. So for example, if today is 10/16/2023, I would like the dataset to be filtered to show data that falls in the range of 11/1/2022 - 2/29/2024. How can I accomplish this? Happy to elaborate further if this did not make sense. Thanks!