Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

Tablix with same grouping value for row and column not matching data in body

$
0
0

Hi

My first post after 2 years using SSRS. Thanks for sharing your knowledge all this time.
I´ve got a Dataset as follows:

ID Row&ColumnValueRowOrColumn
100012 AColumn
100012 1Row
100050 AColumn
100050 7Row
100024 DColumn
100024 4Row
100098 AColumn
100098 1Row
100055 CColumn
100055 3Row


And I am trying to get this result in a Tablix

 ACD
1200
3010
4001
7100


I have used group filters: RowGroup RowOrColumn = Row, ColumnGroup RowOrColumn = Column, but with these filters I come up with all 0s in the body with COUNT(Fields!ID.Value).

For testing purposes I have tried COUNT(Fields!ID.Value, "RowGroup") and COUNT(Fields!ID.Value, "ColumnGroup") and I get what I would expect respectively:

 ACD
1222
3111
4111
7111



and

 ACD
1311
3311
4311
7311

I think I have done this before but I don't know why it is not working now. Please help

Thanks in advance



Viewing all articles
Browse latest Browse all 10045

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>