Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionScreens (Click to view)
IDElement ID (By declaring as "total", a corresponding database table column "c_total" will be created)

LabelElement Label to be displayed to end user.
Variables
NameDescription
Variable NameDeclare a name to store current row equation result.
Field ID

Form Field ID to retrieve.

Info
titleExamples
  • subtotal
  • discountPercent
  • charges
Multivalue Operation
  • Sum
  • Avg
  • Min
  • Max
Equation

Arithmetic operation using the variables declared above.

Info
titleExample
  • subtotal - (subtotal * discountPercent / 100)
  • subtotal - discountAmount
  • subtotal - charges (Correct)
  • subtotal-charges (Wrong)
Info
titleImportant Notes
  • It is important to include spacing in between operators.
  • The position and spacing of all elements of an equation must be exactly as they are to appear in printed form.



Advanced Options

Data

NameDescriptionScreens (Click to view)
Validator

Attach a Form Validator plugin to validate the input value.

Info
titleWhen will validation takes place?

Validation will takes place whenever form is submitted except when it is submitted as "Save as Draft".

...