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 LikedSort ByMost LikedOldestNewestQuickBaseCoachDQrew Captain7 years agoIF([my date field] >= Today() - Days(30), true)StevenPearsonQrew Assistant Captain7 years agoThank you very much, I was missing some parenthesis
Related ContentCheckbox Fields Vs Multi-Select Fields for TrackingColor Coding based on field valueColor Code Date Field based on FormulaList fields based on checkboxSnapshot Fields