• Resolved leverpu11ers

    (@leverpu11ers)


    I’ve created a calculator form to calculate volume.
    The fields are:
    Length = fieldname3
    Width = fieldname4
    Depth = fieldname5

    These are the equations I’ve tried in the Calculated Field:
    fieldname3fieldname4fieldname5
    (fieldname3)(fieldname4)(fieldname5)
    PREC(fieldname3fieldname4fieldname5,2)

    Each field is set to numbers.

    Nothing seems to work.

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

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

    (@codepeople2)

    Hello @leverpu11ers

    Thank you for using our plugin. I understand that you copied the equation for the AI generator; however, please note that it is not infallible.

    Your current equation is:

    PREC(fieldname3fieldname4fieldname5,2)Number

    But it is incorrect, “Number” is not a variable, and you have not included an operator between the field names.

    The correct equation would be:

    PREC(fieldname3*fieldname4*fieldname5,2)

    Best regards.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.