• Resolved blueblast

    (@blueblast)


    I’m trying to create dependencies in the calculated field. Ideally, I would like to show *if amount is greater than or equal to 6 then site x, if it’s greater than or equal to 9 then show y*.

    My problem arises when the amount is something like 11 which should show y but it’s also greater than 6 so x also shows. Is there an option to restrict x to 6 to 9?

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

    (@codepeople)

    Hello @blueblast,

    Please, pay attention to the “Dependencies” area in the calculated fields, there is a link called: “Edit rule manually”. Please, click the link and enter a rule similar to:

    6<=value && value<9

    In whose case the dependent field will be displayed only if the result is between 6 and 9 including the number 6. Of course, after define this rule if the value is equalt to or greather than 6 should be removed.

    Best regards.

    Thread Starter blueblast

    (@blueblast)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dependency – “between”’ is closed to new replies.