[ad_1]
Hello @supersvetodiod
I’m not sure about your question. However, if you want the equation results to be always positive, you can use the MAX operation.
For example, assuming you have the equation fieldname1-fieldname2, and you want the equation not to return a negative result. You can edit it as follows:
MAX(fieldname1-fieldname2, 0)Best regards.
