H
Hande & Tolga
We want achieve some data processing in the code instead
of data processing such as filtering and subtotals. We
achieved this using subtotals and filtering in the code
with a long and tidious process. We think this can be
achieved with a shorter method in the code. The data table
is as follows:
ID Amount Name
-- ------ ----
001 100 fffff
001 50 fffff
002 10 ppppp
002 5 ppppp
002 3 ppppp
003 1 yyyyy
Result To be achived
ID Amount Name
-- ------ ----
001 150 fffff
002 18 ppppp
003 1 yyyyy
of data processing such as filtering and subtotals. We
achieved this using subtotals and filtering in the code
with a long and tidious process. We think this can be
achieved with a shorter method in the code. The data table
is as follows:
ID Amount Name
-- ------ ----
001 100 fffff
001 50 fffff
002 10 ppppp
002 5 ppppp
002 3 ppppp
003 1 yyyyy
Result To be achived
ID Amount Name
-- ------ ----
001 150 fffff
002 18 ppppp
003 1 yyyyy