Hi All,
I have a date field with follow format:
Date
2021-04-22 00:00:00
2021-06-22 00:00:00
2021-07-22 00:00:00
2021-08-22 00:00:00
2021-12-22 00:00:00
In my data set I want to filter all records if the month is 4 months greater than current system month.
So since we are in April...data from August should be filtered.
Thanks.