Hi all,
I have a table of data with one of the fields 'Date' containing dates for 2018 or 2019 e.g. "20/9/2018", "13/2/2019" etc.
Now there will be rows for any month of 2018 but for any 2019 rows the months only goes up to July (i.e. the current month).
I want to filter the data so that the output table contains everything except the July to December 2018 rows (i.e. the current month we are in today to December for the previous year) as well as exclude the current month we are in for the current year (i.e. July 2019)
This extraction is to be automated too. For example in future, when it's December 2019 the data is filtered to exclude December of 2018 and December of 2019.
[The aim down the track is to compare January 2019 with January 2018 and compare February 2019 with February 2018 etc... ]
I hope that makes sense!
Any help will be greatly appreciated! I'm new to alteryx so still getting used to it..