Running totals
I am using Delphi XE2 with the version of Fast Report that came with it.
I want to create a report with date, item, cost and costbalance where costbalance is the accumulation of the cost.
Question. Can Fast Report calculate the balance?
and if true how is it done.
I want to create a report with date, item, cost and costbalance where costbalance is the accumulation of the cost.
Question. Can Fast Report calculate the balance?
and if true how is it done.
Comments
Yes.
you can refer dataset's value by following way:
<SomeDataSet."SOME_FIELD">
if you use 'sum' function in the frxMemoView on summary band,
then be able to summarize it.