• Resolved stephenboluwatife1

    (@stephenboluwatife1)


    i create a field number when user input any number from 1 to 9 it will mutiply by 1 but when user input number from 10 to 100 it will mutiply by 2 and i ant all tis to be done in one field

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @stephenboluwatife1

    Thank you very much for using our plugin. Yes, you can use conditional operations or conditional statements in the equations.

    For example, assuming the number field is the fieldname1, you can insert a calculated field and enter the following equation through its settings:

    fieldname1*IF(fieldname1<10, 1, 2)

    Best regards.

    Thread Starter stephenboluwatife1

    (@stephenboluwatife1)

    okay thanks it work

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘together’ is closed to new replies.