Forum Discussion
QuickBaseCoachD
12 years agoQrew Captain
You can make a formula checkbox field with the following formula
WeekdaySub(Today(),[Date])=1
or isfyou prefer the expanded verison for readibility
IF(WeekdaySub(Today(),[Date])=1,true, false)
WeekdaySub(Today(),[Date])=1
or isfyou prefer the expanded verison for readibility
IF(WeekdaySub(Today(),[Date])=1,true, false)
LeoSanchez
7 years agoQrew Trainee
Question ... can i use this to automatically unchecked a checkbox? I need to create a checkbox field that has to be reset to unchecked the first of every month.