Forum Discussion
24 Replies
Sort By
- DanteTognoliQrew CaptainOkay one last question (about this specific topic). Is there a way to hide the button in the embedded report if the status is set to unsatisfactory?
- QuickBaseCoachDQrew CaptainSure, 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.