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

    (@codepeople)

    Hi,

    If the pounds field is the fieldname1, the equation can be implemented as follows:

    MIN(fieldname1*0.25,1)

    Best regards.

    Thread Starter rphrus

    (@rphrus)

    How can I wrap this into this equation:
    I have this equation prec(fieldname1*0.25,2). How can I incorporate the MIN(fieldname1*0.25,1) into it?

    Thank you.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Simply:

    PREC(MIN(fieldname1*0.25,1),2)

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Max price per pound’ is closed to new replies.