I have a report structure like this:

And the output of this report is like this.

But I also want a third table which contains the differences of the first week and the last week.
Is there a way to do this in SSRS?

|
I have a report structure like this:
And the output of this report is like this.
But I also want a third table which contains the differences of the first week and the last week. Is there a way to do this in SSRS?
|
|||
|
|
|
I have never done this but I guess you would have an identical table without the top level group. Though you could place an extra column there without a group and call it differences. In the data set properties sort by week of the year, then in the data box you would have the expression:
|
|||
|
|
|
If no other answers work, I would just try to do the aggregation in your query because SSRS isn't as flexible as most would like when it comes to separate tables/matrices, grouping and aggregation. If you need help with that query please put a comment below and I'll help out. |
|||
|
|
|
try this Calculate Column difference in Matrix. download sample report http://www.bi-rootdata.com/2012/11/calculate-column-difference-in-matrix.html |
|||
|
|