Page 1 of 1

Running total inside the group

Posted: Wed Jun 29, 2011 5:06 am
by beso
I need Running total inside the group or over Group... what is correct
How i can do it.
Thank You ....

Running total inside the group

Posted: Wed Jun 29, 2011 8:18 am
by Alex K.
Hello,

Can you please describe your task in details? And, if possible, send us a report sample.

Thank you.

Running total inside the group

Posted: Wed Jun 29, 2011 8:48 am
by beso
example...
id A running tot
__________
1 5 5
1 10 15
1 20 35

2 1 1
2 2 3
2 3 6

same as MsAcces report

thank you

or how i can reset the running total component

Running total inside the group

Posted: Wed Jun 29, 2011 9:02 am
by beso
example...
id A running tot
__________
1 5 5
1 10 15
1 20 35

2 1 1
2 2 3
2 3 6

same as MsAcces report

or how i can reset the running total component
thank you

Running total inside the group

Posted: Wed Jun 29, 2011 10:19 am
by beso
This is my report sample *.mrt and sample pages in pdf
please help me if it is possible
thank you.

Running total inside the group

Posted: Thu Jun 30, 2011 2:56 am
by beso
I did it:biggrin:

Thank You & regards

But i will be glad to see your consideration

Running total inside the group

Posted: Thu Jun 30, 2011 7:37 am
by Alex K.
Hello,

You can use the following expression:

Code: Select all

{SumRunning(GroupHeaderBand1,Table.SGeg)}
Thank you.

Running total inside the group

Posted: Fri Jul 01, 2011 4:32 am
by beso
I try... But I don't see difference between {SumRunning(GroupHeaderBand1,Table.SGeg)} And {SumRunning(DataBand1,Table.SGeg)}, results are same, not only in my *.mrt
I try it in other simple report but...

What a difference between {Sum(GroupHeaderBand1,Table.A)} And {Sum(Data1,Table.A)}
Can I see sample report to look this difference ?

Thank you and I am sorry for My little english

Running total inside the group

Posted: Mon Jul 04, 2011 4:39 am
by Alex K.
Hello,

It depends on where this expression is located. If you use the Totals.Sum() function you can see the difference.

Thank you.