StevenPearsonQrew Assistant Captain7 years agoCheckbox based on date fieldI'm looking to have a checkbox be "checked" if a date field is within the last month or 30 days. I'm sure it's a simple formula, I just came seem to come up with it.
2 RepliesReplies sorted by Most LikedQuickBaseCoachDQrew Captain7 years agoIF([my date field] >= Today() - Days(30), true)StevenPearsonQrew Assistant Captain7 years agoThank you very much, I was missing some parenthesis
Related ContentUsing Pipelines to Archive Records Based on CheckboxCheckbox Fields Vs Multi-Select Fields for TrackingCombining AND with OR in Formula Checkbox FieldColor Coding based on field valueColor Code Date Field based on Formula