Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reporting services 如何在SSRS中聚合表达_Reporting Services_Ssrs 2008_Ssrs 2008 R2 - Fatal编程技术网

Reporting services 如何在SSRS中聚合表达

Reporting services 如何在SSRS中聚合表达,reporting-services,ssrs-2008,ssrs-2008-r2,Reporting Services,Ssrs 2008,Ssrs 2008 R2,我在SSRS2008R2中有一个报告,最后一列是表达式加上两列,再乘以第三列 =FormatNumber((Sum(Fields!CostHours.Value) + Sum(Fields!OtherCosts.Value)) * Fields!ExchangeRate.Value, 2) Curr ------- exp exp exp ----- Total: ? 如何获取表达式生成的值

我在SSRS2008R2中有一个报告,最后一列是表达式加上两列,再乘以第三列

=FormatNumber((Sum(Fields!CostHours.Value) + Sum(Fields!OtherCosts.Value)) * Fields!ExchangeRate.Value, 2)


        Curr
       -------
        exp

        exp

        exp
       -----

Total:  ?

如何获取表达式生成的值的总数?

在文本框上单击鼠标右键,然后选择“添加总数”


不清楚你在问什么?是否要在表对象的末尾添加新列?或者无法将公式添加到文本框中?对不起,我已更新了我的问题。我需要知道有关公式的信息。加法合计显示为灰色。无法对表达式求和。您需要自定义代码