FORMULA LANGUAGE


Examples: @Sum
1. This example returns 3.
2. This example returns 11.
3. This example sets the Total field to 50 if numPersons is a number field containing 5; 10; 15; 20.
4. This example looks at the Transactions view in the current database, whose first column contains number values indicating the amount of a transaction. The formula sums the transactions and places the total in the result field on the current document.
5. This example displays a view in a dialog box. The first column in the view contains a product name, the second contains its price. After the user selects one or more products in the dialog box, the formula displays the total cost of the selected items.
See Also