Forum Discussion

BrianPierron's avatar
BrianPierron
Qrew Trainee
6 years ago

Disable Formula URL Button?

I have a formula URL button that prints a Microsoft Word Document when its pressed. Is there a way that i can disable this URL button if a have a specific checkbox selected? Basically if i used the button to print a document and then select a check box, someone else is not able to print the same document.

Any suggestions would be appreciated. 
  • No problem,

    Just wrap your formula with an IF


    IF([form is printed]= false, Insert your URL formula here)


    The formula will calculate to null if already printed, and hence the button will be blank.