[ad_1]
Hello @chancelienne
Thank you very much for using our plugin. You can nest multiple conditional expressions as follows:
fieldname2 < 60 ? 30: (fieldname2 > 80 ? 50 : curs);
If the value of fieldname2 is less than 60, it returns 30. If fieldname2 is greater than 80, it returns 50. If the value is between 60 and 80, the equation returns the value of the curs variable.
Best regards.
