SSRS Report is 'dropping' rows.

泄露秘密 提交于 2019-12-24 15:04:42

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!