Hello All,
I have a Data Table as below:

What I would like to find out is the sum of all Invoice Values corresponding to a Client Name. So the output should be like below:
<ClientName 1>:Total Invoice Value
<ClientName 2>:Total Invoice Value
…
…
and so on.
How shall I get this done. Kindly help.
Regards.
ppr
(Peter Preuss)
2
@suryasunderraj
find some starter help here:
GroupBy_Sum_1Col.xaml (7.9 KB)
3 Likes
@ppr - Thanks.
Is this advanced coding that is used ??
ppr
(Peter Preuss)
4
@suryasunderraj
it is just combining some standards. Have look here:
However was the provided demo matching your requirements?
Yes. Sum by grouping is what i wanted. 
@ppr I am new to coding. Just aware of the basics. Guess I need to pick up more !! 
system
(system)
Closed
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.