【发布时间】:2019-06-16 04:45:15
【问题描述】:
如何对下面分组行中的值求和(在标题行中)?
我想说的是下面的字段总和,而不是“性能”这个词。突出显示的字段称为:Textbox119
当我在上面一行中说时
=sum(ReportItems!Textbox119.Value)
我收到以下错误消息:
The Value expression for the text-run Textbox... uses an aggregate function on a report item. Aggregate functions can be used only on report items contained in page headers and footers.
如果这是在下面添加行的错误方法...我该怎么做?
【问题讨论】:
标签: visual-studio tsql reporting-services group-by sum