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.
QuickBaseCoachDQrew 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 CheckboxColor Code Date Field based on FormulaConverting delimited text into checkboxesPulling A date from anther form based on a text field nameAutofill user field when a checkbox is checked