Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
it would be best to have the status field be calculated. Typically, you might have a field called status Override and then a calculated Status field. The Status override would be a multiple choice field.
The Status field would be a formula like
I([Status Override] <> "", [Status Override], Today() >= [subscription start], "Active")
The Status field would be a formula like
I([Status Override] <> "", [Status Override], Today() >= [subscription start], "Active")