Results 1 to 10 of 10

Thread: [RESOLVED]Running total Problem

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2004
    Posts
    1,414

    Resolved [RESOLVED]Running total Problem

    Hi:

    I had create 5 Running totals in my Rpt...But the last running total have a problem I don't know Why,because he don't sum the records...
    I had attached a picture with the problem marked in red...

    Someone have any idea why this happens?

    Thanks
    Attached Images Attached Images  
    Last edited by sacramento; Mar 30th, 2008 at 12:36 PM.

  2. #2
    Frenzied Member pnish's Avatar
    Join Date
    Aug 2002
    Location
    Tassie, Oz
    Posts
    1,918

    Re: Running total Problem

    I'm just guessing here... but maybe the field used to hold the running sum is too small to display the whole result. Try making the field larger.
    Pete

    No trees were harmed in the making of this post, however a large number of electrons were greatly inconvenienced.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2004
    Posts
    1,414

    Re: Running total Problem

    In fact the field was a little bit small...Now the value display...

    Thanks

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2004
    Posts
    1,414

    Re: [RESOLVED]Running total Problem

    Hi:

    Sory to came back to this post but I have a Doubt concerning the same subject that is create a running total that was 3 fields to Sum...It is possible with running total?Wich way?

    Thanks

  5. #5
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: [RESOLVED]Running total Problem

    Create a Formula that returns the sum of the 3 fields.
    Create the Running Total and use the Formula as its "Field to Summarize".

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2004
    Posts
    1,414

    Re: [RESOLVED]Running total Problem

    That's it's I had done...I had create a formula to the 3 fields,but the problem that is the "Create Running Total Field" Box only appears fields from database and i can't select the formula I had create...

  7. #7
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: [RESOLVED]Running total Problem

    Can you post the formula?

  8. #8

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2004
    Posts
    1,414

    Re: [RESOLVED]Running total Problem

    Code:
    Sum ({Listagemlancamentos.txredvalorliquido})+Sum ({Listagemlancamentos.txintvalorliquido})+Sum ({Listagemlancamentos.txnorvalorliquido})

  9. #9
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: [RESOLVED]Running total Problem

    That formula will create a Grand Total of the 3 fields. A formula that already uses Sum cannot be used in a Running Total.

    The formula should be based per record like so

    {Listagemlancamentos.txredvalorliquido} + {Listagemlancamentos.txintvalorliquido} +{Listagemlancamentos.txnorvalorliquido}

  10. #10

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2004
    Posts
    1,414

    Re: [RESOLVED]Running total Problem

    Yes you are right...Now I can see the formula in the box and I can Add in the "Field to summarize"


    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width