Creating a query
Hello,
I am looking to create a query than investigates 'customers who have opened an email ever but have not opened in the last 9 months'
The below isn't working, does someone have a different logic to achieve the above please?

Hello,
I am looking to create a query than investigates 'customers who have opened an email ever but have not opened in the last 9 months'
The below isn't working, does someone have a different logic to achieve the above please?

Hi Hannah,
you may just switch to Advanced Mode and define a range criteria there.
e.g. following to filter on "Creation Date":
@created >= MonthsAgo(6) AND @created < MonthsAgo(3)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.