Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
550
Running total
posted

I need some help creating a running total.  I am not sure whether I need to use row summaries or unbound fields to get what I am looking for.  The total needs to update if records are changed,added, or removed.

I am trying to do something similar to this:

Credit Debit RunningTotal
300 300
115 185
185 0

Based on whether the record is a credit/debit it should add or subtract from the running total.

 

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    An UnboundField is suitable if you need a " summary" for the record (horizontally). RowSummaries are suitable for Fields (vertically).

    As far as I can see from your improvised grid :) I believe you are looking for an UnboundField. You can use InitializeRow event to keep this UnboundField's value synchronized.

Children
No Data