Running Total
I am trying to create a running total, but I want it's initial value to be equal to a report parameter values passed into it. This running total should then add or subtract from this value as each line of the report it printed based on the transaction amount(credit or debit) for each line being printed.
Comments
You may print the total value in the following way:
total] + [initialvalue
where initialvalue is the report parameter containig initial value.
http://www.fast-report.com/documentation/U...T-en/totals.htm
[(<DBXQuery1."ADDITIONAMOUNT">,MasterData1)-(<DBXQuery1."DEDUCTIONAMOUNT">,MasterData1)>]