Forum Discussion
MarkShnier__You
Qrew Legend
It's not well documented imho, but custom data rule is really a formula text field and the record will be blocked on save if the generated message to the user, is not blank.
So this should work
IF(ToText([Items Awarded]) = "", "You must select at least one value for Items Awarded")
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
So this should work
IF(ToText([Items Awarded]) = "", "You must select at least one value for Items Awarded")
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
AmandaThomas1
3 years agoQrew Trainee
Thank you Mark. I just realized that the reason I was receiving an error even when using (ToText([Items Awarded]) was that I didn't have the next condition in the if statement.
I appreciate your help
------------------------------
Amanda Thomas
Business Systems Analyst
Morse Steel Reinforcing
Bellingham WA
360-756-6208
------------------------------
I appreciate your help
------------------------------
Amanda Thomas
Business Systems Analyst
Morse Steel Reinforcing
Bellingham WA
360-756-6208
------------------------------