Exercise - Accumulating Statistic
- In CalcOrderTotalForShipper add two variables type Number:
- numberOfOrders.
- totalValue.
- Remember to set them to zero.
- In the OnLeaveRow, update :
- numberOfOrders to increase by 1 for every row.
- totalValue to accumulate the value of Freight column from the Orders table.
- add one more Debug line to reflect the two new variables to the Output.
- Save changes to Git.
- Build and test.
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com