Dear RPA Developer,
i’m young beginner RPA.
I have the question how to create report
Currently i use
Excel application scope
Read range
Filter data table
Write range
but i need to know how to group by and sum last column and expected as pic below.
Could you please help to advise or sample to the right way.
Hi @monsieurrahul
Thank you for advise. but i’m not sure it’s correct.
The compile error. i was struck at
"Then create one list of strings ListA
Then use this query
ListA=(From p In dta.Select()
Group p By ID=p.Item(“ID”).ToString Into GroupA=Group
Select Convert.ToString(GroupA.Sum(Function(x) Convert.ToDouble(x.Item(“Amount”).ToString)))).ToList()"