Forum Discussion
ChayceDuncan
2 years agoQrew Captain
If I'm understanding correctly you just need to make sure that anything before 1/1/24 is unchecked? You can do a condition that specifically calls that out like so if that's what you need:
if(
[Date Field] < ToDate("1/1/24"), false,
[Date Field] + Days(7) <= Today(), true,
false)
------------------------------
Chayce Duncan
------------------------------
KimNguyen
2 years agoQrew Member
Thank you SOOOOOOO much!!!
------------------------------
Kim Anh Nguyen
------------------------------