如何在 SSRS 报告中进行列分组时删除空单元格
我在报告中添加了一个列组,其工作原理如下。
组1 组2 组3
data1 data1 data1
但我的结果页面看起来像这样
group1 group2 group3
数据1 空 空
空数据1 空
null null data1
我如何摆脱上面的空值或空白? 请帮助我如何解决这个问题。 仅供参考,data1 不是单列。在每个列组下,我有 7,8 列需要为每个列组显示/重复。
感谢您的帮助。
谢谢。
I have added a column group in my report, which should work as below.
group1 group2 group3
data1 data1 data1
But my results page looks like this
group1 group2 group3
data1 null null
null data1 null
null null data1
how do i get rid of nulls or empty spaces above?
please help me how do i fix this issue.
FYI, data1 is not a single column. under each column group, i have 7,8 columns that needs to show/repeat for each column group.
Appreciate your help.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须在详细信息组上创建 SUM 行。然后删除 Detail 组,留下 SUM 行。然后它将正确显示数据。
You have to create a SUM row on your detail group. Then delete the Detail group leaving the SUM row. It will then display the data correctly.