I'm new to SSRS/SSDT (2019) and I assume I'm missing something simple?
I have a simple table that looks something like this:
State | Customer | Amount |
---|---|---|
CA | Stack | 12 |
CA | Stack | 5 |
CA | Stack | 3 |
CA | Stack | 15 |
ID | Notstack | 20 |
ID | Notstack | 9 |
ID | Notstack | 11 |
ID | Notstack | 7 |
ID | Notstack | 14 |
When I put it in SSRS, the amount would show just the first row for that customer, but separate the customers, like this:
State | Customer | Amount |
---|---|---|
CA | Stack | 12 |
ID | Notstack | 20 |
I right-clicked on the Amount field in the Design page and selected "Add Total", which ALMOST adds the total of the Amount column per customer, BUT, it only sums the MIDDLE ROWS? So:
State | Customer | Amount |
---|---|---|
CA | Stack | 8 |
ID | Notstack | 27 |
What am I missing here?? And what's the SOP for asking questions about SSRS? Do you need my query? Or?