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 如何在sql server reporting 2008 R2中计算小计和显示标题_Reporting Services_Ssrs 2008_Sql Server 2008 R2 - Fatal编程技术网

Reporting services 如何在sql server reporting 2008 R2中计算小计和显示标题

Reporting services 如何在sql server reporting 2008 R2中计算小计和显示标题,reporting-services,ssrs-2008,sql-server-2008-r2,Reporting Services,Ssrs 2008,Sql Server 2008 R2,我有如下图所示的数据 我想这样显示我的数据 因此,我想知道如何显示组01 02 03,然后在sql server reporting 2008 R2中计算它们各自的总数 有什么内置技术可以做到这一点吗?使用下面的表达式创建一个组 =Mid(Fields!Code.Value,1,2) Mid类似于sql子字符串函数

我有如下图所示的数据

我想这样显示我的数据

因此,我想知道如何显示组01 02 03,然后在sql server reporting 2008 R2中计算它们各自的总数


有什么内置技术可以做到这一点吗?

使用下面的表达式创建一个组

=Mid(Fields!Code.Value,1,2)
Mid类似于sql子字符串函数