Field Calculations

You can configure fields in ASM to automatically populate based on the values on other fields. The most common scenario is Risk Calculation.

ASM can do two kinds of field Calculation:

  • String Calculation using Drop-Down Fields. For Example:

    • if you ask a series of weighted questions, you might want the Priority or Risk to automatically be set to a specific value, such as "High" or "Critical".

  • Numeric Calculation using values from numeric or Drop-Down Fields. For Example:

    • A purchase order may have a Quantity and a Unit Price set of fields, and you will want the Total Amount to be calculated based on the values of the Quantity and Unit Price Fields.

Numeric Field Calculations

Field Calculations were introduced are available in the 10.6.8 FEB, 2025 Maintenance Release and will be available in it, and all subsequent versions of ASM.

The "Calculation" property in Designer allows you to define calculations for numeric fields based on other numeric or dropdown field values using basic arithmetic operations.

The Calculation property for numeric fields in Designer

All existing numeric fields have a property in Designer that allows these fields to become calculated fields. The Calculation Field Configuration widget allows you to build a calculation expression that will auto populate the field value. The widget looks as below:

Key Features:

  • Supports basic arithmetic operations: Addition (+), Subtraction (-), Multiplication (*), and Division (/).

  • Auto-populates numeric fields: When users update related fields, the numeric field updates automatically.

  • Dropdown field support: Dropdown fields can be used in calculations if their values are numeric.

Configure a Calculated Field

  1. Open ASM Screen Designer and select a numeric field where you want to create a calculation.

  2. In the Properties panel, click the Calculation button to open the Calculation Field Configuration widget and begin building the expression.

  3. The widget displays an empty expression canvas starting with an equals sign ("=").

  1. Click the dropdown to select a field (numeric or dropdown), then click Add field to add it to the expression.

  1. Choose an arithmetic operator (Add, Subtract, Multiply, Divide) and click it to add it to the expression.

  2. Continue adding fields and operands to build the desired calculation.

Calculation field configuration
  1. Once the calculation is complete, click SAVE. The system applies the calculation to the field.

Example

Example of a Calculation For a Total field that automatically calculates from Unit Price and Quantity:

The calculation expression is: = Unit Price * Quantity

The system will validate expressions in real time: Green border and a ✔️ icon in the top-right indicate a valid expression. Red border and a ⚠️ warning icon in the top-right indicate an invalid expression.

Valid expression

Saving "Draft" versions of Field Calculations

Invalid expressions can be saved as drafts, but the Calculation checkbox should be unchecked before saving. Use the SAVE DRAFT button to save an incomplete expression.

Invalid expression

Validation Rules for Expressions

Valid expression examples: = Field1 + Field2 + (Field3 - Field4) = Field1 * (Field2 + Field3) / Field4

Invalid expression examples: = Field1 + Field2 + (Missing operator after the last field) = Field1 (Field2 + Field3) (Missing operator before the parenthesis)

Important Notes

Additional Features

View Calculation Code

Clicking the VIEW CODE button displays the code equivalent of the calculation. This allows copying expressions across different screens.

Show Code

Load Calculation

To apply an existing calculation to another field:

  1. Copy the code from the expression (including the [] brackets).

  2. Select the target numeric field and open the Calculation widget.

  3. Click the Settings icon in the bottom toolbar and paste the copied code.

  4. Click Commit, then Save to apply the expression.

Code view-copy the expression across different screens when needed

Standalone Field Calculator Test Harness

For testing purposes, use the standalone widget tester: https://<servername>/<systemname>/inwidgetstest.htm?widgetid=field-calculation-config

Create the Input Fields for your Calculated Field

Create input fields for your calculated field. They will all be single-select Drop Down fields and will need a weighting applied (Score). For example:

Create your Calculated Field

This will also be a single-select Drop Down field that should hold the value you want based on the values selected in other fields. In this case, we have linked it to the System list value for Risk:

Click the Calculated Field and Configure the calculator

Now all you need to do is configure your calculator.

  1. Click on the calculated field and then go to Field Properties

  2. Click Calculate Value and then the Ellipsis.

  3. Select all the questions you want considered.

The importance of a good naming convention is apparent. You will want to be sure to name the fields and lists in such a way as you can easily discern what they are.

Last updated

Was this helpful?