Hey,
I have a date column in date data type which needs to be filtered out for the values which are older then 6 months
I have used DateTimeDiff(DateTimeNow(),[Date],"months") > 6 in filter.
But I am getting values like 2022-09-30, 2022-10-14 which are clearly less then 6 months old.
Any solution would help...Thx