You need to sign in to do that
Don't have an account?

Comparing Check Boxes
Ok so this should be simple, im just not getting it...
3 check boxes A, B, and, C. One has to be selected in order to save. Customer does not want a multiple picklist...
Help Please!
Thanks,
Patrick
Try this
OR((A = false),(B = false),(C = false))
All Answers
Try this
OR((A = false),(B = false),(C = false))
Thanks you for your help!
Final Resolution:
And((A = false),(B = false),(C = false))
The "OR" Stamenet made it so all the boxes had to be checked.
Thanks,
PB
or you could try