• Resolved kielce

    (@kielce)


    Is it possible to calculate addons to a base value?
    Like in this website

    • This topic was modified 7 years, 4 months ago by kielce.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @kielce

    I’m sorry, I don’t understand your question. Do you mean that the minimum possible result be a specific number? Yes that’s possible.

    For example, if your current equation is: fieldname1+fieldname2 but you want the minimum possible result be 100, so, you simply should use the “MAX” operation in the equation as follows:

    
    MAX(fieldname1+fieldname2,100)
    

    and that’s all.
    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Hidden field’ is closed to new replies.