I want to specify that the task was added x days ago (not WITHIN LAST X DAYS)... I only want it for 6 days ago, but I want it to be smart, so I don't want to specify the actual date.
Posted at 6:17pm on August 26, 2011
raymond.bergmark says:
Try addedWithin:"6 days" NOT addedWithin:"5 days" or maybe addedWithin:"7 days" NOT addedWithin:"6 days"
Posted 13 years ago
brendan says:
Thanks rajjan!
As rajjan mentioned, you'll want to search for everything added within the last 6 days, then exclude everything added within the last 5 days to get this result.
Posted 13 years ago
This topic has now been closed automatically due to a lack of responses in the past 90 days.