hi, i want my report to show sum only
my current data:
name amount
name1 2
name1 3
name1total 5
name2 1
name2 2
name2total 3
-------------------
my desired result:
name amount
name1total 5
name2total 3
i used sum in table field but it wont work, what should i do to make it sum only? do i need to change my query to sum or is there another way in visual studio ssrs? please help thanks.
*This post is locked for comments
I have the same question (0)