Configure Charge Formula
Use standard operators (+, -, *, /) and the **IF(condition, value_if_true, value_if_false)** function.
Example: IF(ACT_WT > MAX_WEIGHT_LIMIT, BASIC1 * GST_RATE, BASIC1) + FSC
Use comparison operators like `>` , `<` , `>=` , `<=` , and `==` for the condition.
Available Field Tokens & Constants (Click to insert):
Manage Calculation Constants
Configure the static values and options that can be referenced by name in your formulas.
Once configured, use the **ID** (e.g., `GST_RATE`) as a token in the formula editor.