Solved
Thanks for introducing the DateDiff expression. I finally worked it out.
I created a new column with this in the field row:
Expr1: DateDiff("m",[event_date],Now())
Then in criteria set >6
That shows everything that has a month difference greater than 6 between todays date and the...