Running totals

edited 11:40PM in FastReport 4.0
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.

Comments

  • edited 11:40PM
    > Can Fast Report calculate the balance?
    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.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.