Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
This should work
[Escalation] = "4HR" and [2 HR Notification] = true
[Escalation] = "4HR" and [2 HR Notification] = true
- _anomDiebolt_7 years agoQrew Eliteshorter:
[Escalation] = "4HR" and [2 HR Notification]
But to be honest I think the OP needs a form rule because I don't think [4 HR Notification] is a formula field. - ArchiveUser7 years agoQrew CaptainI'm not very good with formulas. What I have now is
If(Contains([Escalation], "4HR"), true)
How do I change this? - QuickBaseCoachD7 years agoQrew CaptainI suggest that you try my formula above. It turns out in Quickbase you don�t actually need to make an
IF statement when the result is going to be true or false. You can just make a statement and if the statement evaluates to true then the checkbox will get checked.
I am in the car right now so it�s a little hard to type but if I get a chance I will write out a longer formula that will make more sense to you. But meanwhile why don�t you just try a new field with my formula and see if it works. - ArchiveUser7 years agoQrew CaptainI did. It doesn't work.
- QuickBaseCoachD7 years agoQrew CaptainDoes it give a syntax error? If so please post your formula and the syntax error.
- ArchiveUser7 years agoQrew CaptainNo error. I tried both formulas
- [Escalation] = "4HR" and [2 HR Notification] = true
- [Escalation] = "4HR" and [2 HR Notification]
- QuickBaseCoachD7 years agoQrew CaptainCan you look at a single record and tell me what is in the field [Escalation] and what field type it is, and same for the other field?
- ArchiveUser7 years agoQrew Captain[Escalation] is a text field - it contains text '2HR', '4HR', '8HR', 24HR'
[2 HR Notification] and [4 HR Notification] are formula checkboxes - QuickBaseCoachD7 years agoQrew CaptainThat should work. I don't mind having a quick look to see what the problem is, if you like, or else you will need to put in a support ticket. I can be reached via the contact info on my website QuickBaseCoach.com
- ArchiveUser7 years agoQrew CaptainI just sent an invite