kpatrickwv
New member
- Local time
- Today, 15:44
- Joined
- Mar 27, 2015
- Messages
- 2
Hey, all. I'm looking for a little bit of help. I need to run a query that will look for all data from before three days prior to today. All data gets an automatic 72 hour lag, but only business days count to this.
For instance, running Date()-3 on Tuesday would not exclude data from Friday or Thursday: but I need it to do so.
I tried following and tweaking the instructions here:
thread: t=193459 (can't post links yet)
But was unable to make that work properly.
My thought process was to use the Criteria field to restrict the days something like: Date()-3 if and only if date() is thurs, fri. Date()-5 if and only if date() is wed, tues. Date()-5 if and only if date() is tues. Date ()-6 if and only if date() is mon.
Thoughts on making this work?
For instance, running Date()-3 on Tuesday would not exclude data from Friday or Thursday: but I need it to do so.
I tried following and tweaking the instructions here:
thread: t=193459 (can't post links yet)
But was unable to make that work properly.
My thought process was to use the Criteria field to restrict the days something like: Date()-3 if and only if date() is thurs, fri. Date()-5 if and only if date() is wed, tues. Date()-5 if and only if date() is tues. Date ()-6 if and only if date() is mon.
Thoughts on making this work?