Avatar

Level 2

DateOnly(@eventdate) is equal to DateOnly(DaysAgo(0))  -- this is giving me results now. I ran this and recipients whose accounts were created yesterday are being shown based on above query.

 

I'm not sure why. Shouldn't it be DaysAgo(1) for that one ? I noticed that event date of few records were updated to today's date. So this might have created this issue. 

 

On a separate note, DateOnly ( event date of recipient delivery logs)  equal to DateOnly(DaysAgo(1))  and delivery code equal to "xyz" -- will this give records who were sent email labelled as "xyz" yesterday ? or this event date of recipient delivery logs also gets updated ?