Sum

The Sum action is an operation that combines two or more numbers defined as parameters and carries out the addition process. The Sum action takes 2 parameters, converts these parameters to the Double data type, sums them, and returns a value of the Double data type.

Select the element to which the action will be added. Click on +Add Action in the Properties panel below. (A)

Click OnClick--> Arithmetic-->Sum and add the Sum action. (A)

The Sum action comes with the parameters value and value2.

  • Value is the value involved in the operation during the execution of the action.

For the Value1 and Value2 fields, you can manually enter values or call values from the database.

You can perform various operations on the Context menu (C) for the actions you create.

You can easily copy the action with the Copy option. This way, you gain speed where action repetition is required.

You can add a confirmation message for the action to run using the Add Confirmation option.

Also, with the Add Condition feature, you can specify certain conditions under which the added action should execute.

You can easily delete the action created with the Remove option.

Last updated