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.