Hello,
I am trying to build an SSRS report to show the total amount on a quote based on quote type.
Example:
Type | Amount |
A | 3000 |
C | 4000 |
D | 7000 |
B | 2000 |
I can build a list of quotes based on their type and amount, like Quote 1 is Type A, with amount 1500, and Quote 2 is type A with amount 1500, but how do i convert this into an aggregate based on type?
Thanks
*This post is locked for comments