Forum Discussion

MichaelNaser's avatar
MichaelNaser
Qrew Trainee
3 years ago
Solved

need help with checkbox formula

 Hi I will need to add a formula that will uncheck the box if the Dropdown field is not equal to Inactive, otherwise, the box is checked. I I would really appreciate any help -------------------...
  • MarkShnier__You's avatar
    3 years ago
    try this as a formula checkbox field type

    IF([My Dropdown field]<>"Inactive", false, true)

    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------