Forum Discussion
ChrisSwirtz2
6 years agoQrew Cadet
Hi Austin,
I have not hear of the Pipelines, I will have to look into those. As for what i am trying to do, there are 3 choices in a dropdown field of like 10 total choices that if any of the 3 were selected I would like the check box to go from unchecked to checked. So with a formula I could do something like: If([Epic Compatible}="No", Yes) or something to that effect?
------------------------------
Chris Swirtz
------------------------------
I have not hear of the Pipelines, I will have to look into those. As for what i am trying to do, there are 3 choices in a dropdown field of like 10 total choices that if any of the 3 were selected I would like the check box to go from unchecked to checked. So with a formula I could do something like: If([Epic Compatible}="No", Yes) or something to that effect?
------------------------------
Chris Swirtz
------------------------------
MarkShnier__You
Qrew Legend
6 years agoCan you tell us are the three valid choices where you want the checkbox to be checked and what is the name of the field that has the drop down?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- ChrisSwirtz26 years agoQrew CadetThe name of the dropdown field containing the 3 validation choices is [Epic Compatible]. And the 3 choices to select are as follows:
No, Not compatible
No, does not meet Epic's minimum specifications
Will not be used with Epic
------------------------------
Chris Swirtz
------------------------------- MarkShnier__You6 years ago
Qrew Legend
Try this as a formula checkbox field
[Epic Compatible] = "No, Not compatible"
or
[Epic Compatible] = "No, does not meet Epic's minimum specifications"
or
[Epic Compatible] = "Will not be used with Epic"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- ChrisSwirtz26 years agoQrew CadetThis works perfectly! Thank you!
------------------------------
Chris Swirtz
------------------------------