|
-
Mar 29th, 2008, 05:19 PM
#1
Thread Starter
Frenzied Member
-
Mar 29th, 2008, 10:36 PM
#2
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.
-
Mar 30th, 2008, 12:36 PM
#3
Thread Starter
Frenzied Member
Re: Running total Problem
In fact the field was a little bit small...Now the value display...
Thanks
-
Apr 1st, 2008, 12:20 PM
#4
Thread Starter
Frenzied Member
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
-
Apr 1st, 2008, 12:32 PM
#5
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".
-
Apr 1st, 2008, 01:00 PM
#6
Thread Starter
Frenzied Member
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...
-
Apr 1st, 2008, 01:18 PM
#7
Re: [RESOLVED]Running total Problem
Can you post the formula?
-
Apr 1st, 2008, 01:23 PM
#8
Thread Starter
Frenzied Member
Re: [RESOLVED]Running total Problem
Code:
Sum ({Listagemlancamentos.txredvalorliquido})+Sum ({Listagemlancamentos.txintvalorliquido})+Sum ({Listagemlancamentos.txnorvalorliquido})
-
Apr 1st, 2008, 01:38 PM
#9
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}
-
Apr 1st, 2008, 01:49 PM
#10
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|