Skip to Content
0
Former Member
Jun 03, 2009 at 06:26 PM

ALV Totals

32 Views

I have an ALV printout that looks as follows -

C3 = C1/C2

C1 C2 C3

R1 6 3 2

R2 15 5 3

R3 10 2 5

When I do a sigma (totals), I get the following -

Total 31 10 10

Challenege is that in SUMM of C3 column, I need C3 = C1/C2 i.e. 31/10 .

Any suggestions on how to achieve this?

Thanks.