Skip to Content
0
Former Member
Apr 13, 2010 at 10:29 AM

CKF Last value and Sum

23 Views

Hi,

I created a calculated key figure ( Stock Value )..

I need result of this figure like this.

Data:

Month******Material Group***********Stock Qty*************Stock Value

012010*********A0001*****************10************************ 50000

012010*********A0002*****************10************************20000

012010*********A0003*****************10************************30000

012010*********A0004*****************10************************60000

012010*********A0005*****************10************************90000

022010*********A0001*****************10************************50000

022010*********A0002*****************10************************20000

022010*********A0003*****************10************************30000

022010*********A0004*****************10************************60000

022010*********A0005*****************10************************90000

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

My required Result is **************************************************************

Month******Material Group***********Stock Qty*************Stock Value

012010*********A0001*****************10************************ 50000

012010*********A0002*****************10************************20000

012010*********A0003*****************10************************30000

012010*********A0004*****************10************************60000

012010*********A0005*****************10************************90000

Result********* 012010*******************50************************250000

022010*********A0001*****************10************************ 50000

022010*********A0002*****************10************************20000

022010*********A0003*****************10************************30000

022010*********A0004*****************10************************60000

022010*********A0005*****************10************************90000

Result********* 022010*******************50************************250000

overall result*****************************50(Last value)**********250000(Last Value)

Means Month wise total should come as a sum and result of all month should be last value.

Any help will be highly appricated.

regards

Malik