使用聚合求和数据作为 Tablix 标题行的一部分
我想使用详细信息组中的求和值作为 tablix 标题的一部分。假设报告中包含 12 条记录,我希望将汇总数字(即 12 条)包含在标题标题中 - 例如“此报告包含 12 条符合您条件的记录”。我可以毫无问题地得到 SUM,但事实证明,将其放在报告的顶部是不可能的。您能以某种方式引用包含 SUM 的文本框吗? 任何帮助将不胜感激。我没有 Tablix 的经验,也没有 SQL 报告的经验。 非常感谢。
I would like to use a summed value from a details group as part of the header of a tablix. Say I have 12 records contained in the report, I would like the summed figure (ie. 12) to be included as part of the Header title - some thing like 'This Report contains 12 records that match your criteria'. I can get the SUM no problem, but getting it up to the top of the report is proving impossible. Can you refer to the text box that contains the SUM somehow?
Any help would be greatly appreciated. I have no experience of Tablix and little experiance of SQL Reporting.
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够通过以下步骤来完成此操作:
=CountRows("<;数据集名称>")
,使用适当的数据集名称我目前没有运行 RS。如果我关闭或这不起作用,请发帖,我将进行任何必要的更正
You should be able to do this with the following steps:
=CountRows("<dataset name>")
, using the appropriate dataset nameI don't have RS running at the moment. If I'm off or this doesn't work, then please post and I'll make any necessary corrections