Overview
Example Lab Details | |
| Version | 6.4.0 |
| Root Folder | Example Lab - Calculating Totals |
| Modules | None |
| Dependencies | None |
This Example Lab project demonstrates how to calculate totals based on user entries to specific Form components.
Explanation
This example project works by taking the user input for each question and having a Data Flow carry out the appropriate arithmetic to calculate the total. When running the Flow titled "Example," two Forms will be shown. The first Form requests the user to enter how much money they are paying a month and for how many months they have been paying. This information is then passed to the corresponding Data Flow titled "Calculate Total," which multiplies the two values to obtain the total, which is then passed back into the Form and displayed in a textbox.

