Forum Replies Created

  • Martin Lanciano

    January 31, 2019 at 6:41 pm in reply to: Only One Checkbox Selected Expression

    This seems to do the trick:

    a=effect("a")("Checkbox");
    b=effect("b")("Checkbox");
    c=effect("c")("Checkbox");

    if (a+b+c == 0)

    { 1 }

    else if (a+b+c > 1)

    { 0 }

    else { value }

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy