Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Sure, just edit the code for the button like this
IF([Status] = "Unsatisfactory", .... insert button formula here)
I�m not sure if you want the button to appear when the status is equal unsatisfactory or the opposite, but the idea is to wrap the formula with an IF.
IF([Status] = "Unsatisfactory", .... insert button formula here)
I�m not sure if you want the button to appear when the status is equal unsatisfactory or the opposite, but the idea is to wrap the formula with an IF.