Running total inside the group

Stimulsoft Ultimate discussion
Post Reply
beso
Posts: 34
Joined: Wed Jun 23, 2010 7:32 am
Location: GEORGIA

Running total inside the group

Post by beso »

I need Running total inside the group or over Group... what is correct
How i can do it.
Thank You ....
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Running total inside the group

Post by Alex K. »

Hello,

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

Thank you.
beso
Posts: 34
Joined: Wed Jun 23, 2010 7:32 am
Location: GEORGIA

Running total inside the group

Post 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
beso
Posts: 34
Joined: Wed Jun 23, 2010 7:32 am
Location: GEORGIA

Running total inside the group

Post 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
beso
Posts: 34
Joined: Wed Jun 23, 2010 7:32 am
Location: GEORGIA

Running total inside the group

Post by beso »

This is my report sample *.mrt and sample pages in pdf
please help me if it is possible
thank you.
Attachments
1113.PRO_SAMPLE.mrt
(42.24 KiB) Downloaded 402 times
1112.Report.pdf
(180.05 KiB) Downloaded 802 times
beso
Posts: 34
Joined: Wed Jun 23, 2010 7:32 am
Location: GEORGIA

Running total inside the group

Post by beso »

I did it:biggrin:

Thank You & regards

But i will be glad to see your consideration
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Running total inside the group

Post by Alex K. »

Hello,

You can use the following expression:

Code: Select all

{SumRunning(GroupHeaderBand1,Table.SGeg)}
Thank you.
Attachments
1120.Capture.PNG
1120.Capture.PNG (54.18 KiB) Viewed 5138 times
beso
Posts: 34
Joined: Wed Jun 23, 2010 7:32 am
Location: GEORGIA

Running total inside the group

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Running total inside the group

Post 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.
Post Reply