Hello,
I have a dataset with some date columns.
I have to filter out rows for which that date is within last 6 months.
I am using formula DateTimeDiff(DateTimeNow(),[X],'months') > 6
But it is filtering out dates but it's not working quite fine. Showing dates which are in future as well with any difference of months.
Would be good if anyone can provide better formula.
The date type is yyyy-mm-dd.