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
DanLadner1
8 years agoQrew Trainee
You 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)