0

if true then formula?

How do I write an if true then formula? I want my formula filed to display a result of a number field if a checkbox field is checked.

6 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 4 yrs ago
    • Reported - view

    if checkbox then 'number field' end

    • brucekieffer
    • 4 yrs ago
    • Reported - view

    Your formula seems incomplete. 

    • Mr_K
    • 4 yrs ago
    • Reported - view

    I think it should look like this:

    if Rebuys = true then 'Starting Chips' end

    Rebuys is the checkbox field, Starting Chips is the number field.

    • Ninox partner
    • RoSoft_Steven.1
    • 4 yrs ago
    • Reported - view
    • Ninox partner
    • RoSoft_Steven.1
    • 4 yrs ago
    • Reported - view

    Bruce,

    Your solution is also right.

    • Mr_K
    • 4 yrs ago
    • Reported - view

    I just tested agian. Yes it does work, and the "end" command is not necessary. if checkbox then 'number field' works.

Content aside

  • 4 yrs agoLast active
  • 6Replies
  • 1232Views