Number widget - The mean function

Tags

The "mean" function helps you calculate the average of two numbers at the root of the form.

1- Drag and drop two number widgets into your form. Name them "Number 1" and "Number 2".

2- Drag and drop a third number widget. Name it "Average Result".

3- Write the following formula in the by default value: calc(mean(Number1,Number2))

image

4. Preview the form to see the average number.

image