• Resolved strongtyer

    (@strongtyer)


    I want to set multiple dependency criteria and show a field if the conditions are met. I can set dependencies for greater than or less than, but I need a field to show if the value is between a certain range. Greater than or = to 100 AND less than or equal to 400.

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

    (@codepeople)

    Hello @strongtyer,

    The type of dependency rule you are needing is possible only from the calculated fields. So, assuming that you want activate the fieldname1 field is the result of the equation associated to a calculated field is between a range.

    First, select the calculated field in the form.

    Second, press the “Edit rule manually” link in the dependency you want modify, and enter the condition as follows: 100<=value && value<400

    Note: As you can see it use javascript’s syntax. The “value” variable is replaced by the equation’s result at runtime for checking the condition.

    Third and final, select the fieldname1 field as dependent of this rule.

    And that’s all.
    Best regards.

    Thread Starter strongtyer

    (@strongtyer)

    Perfect. Thanks!

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