Forum Discussion
NateElme
8 years agoQrew Trainee
That worked great! Also, is there a way I can do this by Week to Date and/or by Previous Week?
Thanks
Thanks
- DanLadner18 years agoQrew TraineeYou can do something like this to check for a date in the previous week:
if( [Date]>=FirstDayOfWeek(Today()-Days(7)) and [Date]<=LastDayOfWeek(Today()-Days(7)), true)
- NateElme8 years agoQrew TraineePerfect! Thanks Dan for all of the help!
Cheers,