Hi Vengal,
Thanks for quick response, To use SUMCT/SUMGT I have to create formula that will create an extra column in query out put. But user don't want this he want this calculation should be at result level. I must be displayed on result.
I want to revised my question.
Here ,
Value = Qty * Unit value
And at the result Unit value = Value (result)/ Qty (Result)
Revised:
Plant | Material | QTY | Unit Value | Value | |
L1 | P001 | 1234556 | 4 | 550 | 2200 |
P002 | 1234556 | 6 | 345 | 2070 | |
P003 | 1234556 | 23 | 433 | 9959 | |
P004 | 1234556 | 56 | 165 | 9240 | |
P005 | 1234556 | 2522 | 565 | 1424930 | |
P006 | 1234556 | 4565 | 455 | 2077075 | |
Result | 7176 | 491.286789 | 3525474 | ||
L2 | P009 | 1234556 | 500 | 700 | 350000 |
Result | 500 | 700 | 350000 | ||
Orverall | 7676 | 504.88197 | 3875474 |
L1
Result 491.286789 = 3525474/7176
L2
Result 700 = 350000/500
Overall
Result 504.88197 =3875474/7676
Is there Sap note that says that it is not possible at result row ?
Thanks and regards,
Manoj Kumar.