Can i create a filter for: Openned an email between 90 and 180 days ago? | Community
Skip to main content
January 25, 2016
Solved

Can i create a filter for: Openned an email between 90 and 180 days ago?

  • January 25, 2016
  • 1 reply
  • 1868 views

I have been looking around and I don't see an easy way to do this other than hard coding the dates.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Stijn_Heijthuij

Hi Jamie,

You can get to where you want with 2 filters. Since they both need to be 'true' for the results to show you can use one to find anyone between now and 180 days out and the other for after 90 days from now.

Filter 1:

Opened email is ANY

Date of Activity in past 180 days

Filter 2:

Not Opened email is ANY

Date of Activity in past 90 days

Does that get you where you need to go?

1 reply

Stijn_Heijthuij
Stijn_HeijthuijAccepted solution
Level 6
January 25, 2016

Hi Jamie,

You can get to where you want with 2 filters. Since they both need to be 'true' for the results to show you can use one to find anyone between now and 180 days out and the other for after 90 days from now.

Filter 1:

Opened email is ANY

Date of Activity in past 180 days

Filter 2:

Not Opened email is ANY

Date of Activity in past 90 days

Does that get you where you need to go?

January 28, 2016

I appreciate the response, very helpful!