问题
I am using Visual Studio Pro 2013 to design reports.
My Dataset Query returns around a thousand rows of data - but the report only displays one-third of that.
There is no filter in the Tablix or in the Dataset.
Is there somewhere else that a filter can be lurking in the Report?
Thanks in advance!
回答1:
It sounds like some of your data is being aggregated with your 3 GROUP BY fields.
There is only the Row Group 'Details - and the only thing happening in there is three Group By fields
If you add an extra column with =COUNTROWS()
you wlll probably see that some have more that one row.
If you want all the detail, remove the 3 GROUP BY fields from your details.
来源:https://stackoverflow.com/questions/33746896/ssrs-report-is-dropping-rows