Forum Discussion
MarkShnier__You
Qrew Legend
3 years agonp,
The form rules are not powerful enough to do CONTAINS.
But just make a formula field checkbox called [Purpose contains Solder]
Contains([Purpose],"solder")
Then hook the form rule on that formula field. You will probably need to put the formula field on the form (in a hidden section if you like) to get the form to see the current value of the formula checkbox field.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
The form rules are not powerful enough to do CONTAINS.
But just make a formula field checkbox called [Purpose contains Solder]
Contains([Purpose],"solder")
Then hook the form rule on that formula field. You will probably need to put the formula field on the form (in a hidden section if you like) to get the form to see the current value of the formula checkbox field.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------